crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#d0ed96 hex color - Green - Warm color - Information

#d0ed96 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

Hex #d0ed96 Color code in RGB color code model is created after adding 81.57% red color, 92.94% green color and 58.82% blue color. Hex #d0ed96 Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 0% magenta, 37% yellow and 7% black.

Hex #d0ed96 color code is between #ccee99 web safe hex color code and #dddd88 web safe hex color code. #ccee99 is the nearest web safe color code. You can see here many more shades of #d0ed96 color code.

0 Likes 0 Comments | 4 Views

Color Table

Hex Color Coded0ed96#d0ed96
RGB Decimal208, 237, 150rgb(208, 237, 150)
RGB Percent82%, 93%, 59%rgb(82%, 93%, 59%)
CSS RGBa208, 237, 150,1rgba(208,237,150,1)
CMYK Modelcmyk(12%,0%,37%,7%)
HSL Color Space80,71% ,76%hsl(80,71% ,76%)
HSV Color Space80°, 37%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100001110110110010110
Octal320355226
Decimal208237150
Hexd0ed96

Different shades of #d0ed96 color code.

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

Light Shade of #d0ed96
#e3f4c2
Dark Shade of #d0ed96
#bde66a
Saturated Shade of #d0ed96
#d2f390
Desaturated Shade of #d0ed96
#cee79c
Grey scale Shade of #d0ed96
#c1c1c1
Brighten Shade
#e9ffaf
Most Readable Shade
#000000

Shades of #d0ed96 color code

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

#d0ed96
#b8d285
#a1b874
#8a9e64
#738353
#5c6942
#454f32
#2e3421
#171a10
#000000

Similar Color like #d0ed96 color

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

#d1ee97
#d2ef98
#d3f099
#d4f19a
#d5f29b
#d6f39c
#d7f49d
#d8f59e
#d9f69f
#daf7a0
#dbf8a1
#dcf9a2
#ddfaa3
#defba4
#cfec95
#ceeb94
#cdea93
#cce992
#cbe891
#cae790
#c9e68f
#c8e58e
#c7e48d
#c6e38c
#c5e28b
#c4e18a
#c3e089
#c2df88

Monochromatic Color with #d0ed96

#d0ed96
#15180f
#3b432a
#606d45
#859860
#abc27b

Tints of #d0ed96 Color

#d0ed96
#d5efa1
#daf1ad
#dff3b9
#e4f5c4
#eaf7d0
#eff9dc
#f4fbe7
#f9fdf3
#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

#d0ed96
#b396ed

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

Split Complementary

#d0ed96
#96a4ed
#df96ed

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

Analogous Color

#ede796
#e1ed96
#d0ed96
#bfed96
#aded96

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

#d0ed96
#96d0ed
#ed96d0

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

#d0ed96
#96edde
#b396ed
#ed96a4

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

#d0ed96
#b396ed
#df96ed
#a4ed96

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 #d0ed96 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.

#d0ed96 Color Code Preview on Black Background Color

This is how #d0ed96 Color will look on black background color. Color contrast ratio is 16.24

#d0ed96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d0ed96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d0ed96

#d0ed96 color code is use for CSS Background Color

Background color for the above div is #d0ed96

HTML with inline CSS

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

#d0ed96 color code is use for CSS Border Color

CSS Border color for the above div is #d0ed96

HTML with inline CSS

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

CSS Border Left color for the above div is #d0ed96

HTML with inline CSS

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

CSS Border Right color for the above div is #d0ed96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d0ed96

HTML with inline CSS

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

CSS Border Top color for the above div is #d0ed96

HTML with inline CSS

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

#d0ed96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d0ed96 Color code Preview on White Background

This is how #d0ed96 Color code will look on white background color. Color contrast ratio is 1.29

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 #d0ed96; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #d0ed96; }

Related Gradients

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.