crispedge.com

Color picker

Loading...

#dbf48a hex color - Green - Warm color - Information

#dbf48a hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #dbf48a Color code in RGB color code model is created after adding 85.88% red color, 95.69% green color and 54.12% blue color. Hex #dbf48a Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 0% magenta, 43% yellow and 4% black.

Hex #dbf48a color code is between #ddee88 web safe hex color code and #ccff99 web safe hex color code. #ddee88 is the nearest web safe color code. You can see here many more shades of #dbf48a color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Codedbf48a#dbf48a
RGB Decimal219, 244, 138rgb(219, 244, 138)
RGB Percent86%, 96%, 54%rgb(86%, 96%, 54%)
CSS RGBa219, 244, 138,1rgba(219,244,138,1)
CMYK Modelcmyk(10%,0%,43%,4%)
HSL Color Space74,83% ,75%hsl(74,83% ,75%)
HSV Color Space74°, 43%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111111010010001010
Octal333364212
Decimal219244138
Hexdbf48a

Different shades of #dbf48a color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #dbf48a
#e9f8b9
Dark Shade of #dbf48a
#cdf05b
Saturated Shade of #dbf48a
#defa84
Desaturated Shade of #dbf48a
#d8ee90
Grey scale Shade of #dbf48a
#bfbfbf
Brighten Shade
#f4ffa3
Most Readable Shade
#000000

Shades of #dbf48a color code

Generate more color scales with scales (color stack) generator.

#dbf48a
#c2d87a
#aabd6b
#92a25c
#79874c
#616c3d
#49512e
#30361e
#181b0f
#000000

Similar Color like #dbf48a color

Find visually similar hex color codes nearing to #dbf48a hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#dcf58b
#ddf68c
#def78d
#dff88e
#e0f98f
#e1fa90
#e2fb91
#e3fc92
#e4fd93
#e5fe94
#e6ff95
#e7ff96
#e8ff97
#e9ff98
#daf389
#d9f288
#d8f187
#d7f086
#d6ef85
#d5ee84
#d4ed83
#d3ec82
#d2eb81
#d1ea80
#d0e97f
#cfe87e
#cee77d
#cde67c

Monochromatic Color with #dbf48a

#dbf48a
#1c1f12
#424a2a
#697442
#8f9f5a
#b5c972

Tints of #dbf48a Color

#dbf48a
#dff597
#e3f6a4
#e7f7b1
#ebf8be
#effacb
#f3fbd8
#f7fce5
#fbfdf2
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#dbf48a
#a38af4

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#dbf48a
#8aa6f4
#d88af4

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#f4e38a
#f0f48a
#dbf48a
#c6f48a
#b1f48a

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#dbf48a
#8adbf4
#f48adb

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#dbf48a
#8af4d8
#a38af4
#f48aa6

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#dbf48a
#a38af4
#d88af4
#a6f48a

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #dbf48a Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#dbf48a Color Code Preview on Black Background Color

This is how #dbf48a Color will look on black background color. Color contrast ratio is 17.32

#dbf48a in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#dbf48a">Your Example Paragraph content text in with font color #dbf48a </p>

Your Example Paragraph content text in with font color #dbf48a

HTML with inline CSS

<div style="color:#dbf48a">Your Paragraph text in with font color #dbf48a </div>

Your Example Paragraph content text in with font color #dbf48a

#dbf48a color code is use for CSS Background Color

Background color for the above div is #dbf48a

HTML with inline CSS

<div style="background-color:#dbf48a;"></div>

#dbf48a color code is use for CSS Border Color

CSS Border color for the above div is #dbf48a

HTML with inline CSS

<div style="border:5px solid #dbf48a;"></div>

CSS Border Left color for the above div is #dbf48a

HTML with inline CSS

<div style="border-left:5px solid #dbf48a;"></div>

CSS Border Right color for the above div is #dbf48a

HTML with inline CSS

<div style="border-right:5px solid #dbf48a;"></div>

CSS Border Bottom color for the above div is #dbf48a

HTML with inline CSS

<div style="border-bottom:5px solid #dbf48a;"></div>

CSS Border Top color for the above div is #dbf48a

HTML with inline CSS

<div style="border-top:5px solid #dbf48a;"></div>

#dbf48a hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#dbf48a; } .examplecolorclass {color:#dbf48a; } .examplebordercolor {border:3px solid #dbf48a; }

#dbf48a Color code Preview on White Background

This is how #dbf48a Color code will look on white background color. Color contrast ratio is 1.21

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #dbf48a; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #dbf48a; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(219,244,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(163,138,244,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,244,138,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.