crispedge.com

Color picker

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

#deed95 hex color - Green - Warm color - Information

#deed95 hex color - Green - Warm color

Color Mixture: Yellow and Green

Color Hue/Base color: Green

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

Hex #deed95 color code is between #ddee99 web safe hex color code and #eedd88 web safe hex color code. #ddee99 is the nearest web safe color code. You can see here many more shades of #deed95 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codedeed95#deed95
RGB Decimal222, 237, 149rgb(222, 237, 149)
RGB Percent87%, 93%, 58%rgb(87%, 93%, 58%)
CSS RGBa222, 237, 149,1rgba(222,237,149,1)
CMYK Modelcmyk(6%,0%,37%,7%)
HSL Color Space70,71% ,76%hsl(70,71% ,76%)
HSV Color Space70°, 37%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111101110110110010101
Octal336355225
Decimal222237149
Hexdeed95

Different shades of #deed95 color code.

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

Light Shade of #deed95
#ecf4c1
Dark Shade of #deed95
#d0e669
Saturated Shade of #deed95
#e2f38f
Desaturated Shade of #deed95
#dae79b
Grey scale Shade of #deed95
#c1c1c1
Brighten Shade
#f7ffae
Most Readable Shade
#000000

Shades of #deed95 color code

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

#deed95
#c5d284
#acb873
#949e63
#7b8352
#626942
#4a4f31
#313421
#181a10
#000000

Similar Color like #deed95 color

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

#dfee96
#e0ef97
#e1f098
#e2f199
#e3f29a
#e4f39b
#e5f49c
#e6f59d
#e7f69e
#e8f79f
#e9f8a0
#eaf9a1
#ebfaa2
#ecfba3
#ddec94
#dceb93
#dbea92
#dae991
#d9e890
#d8e78f
#d7e68e
#d6e58d
#d5e48c
#d4e38b
#d3e28a
#d2e189
#d1e088
#d0df87

Monochromatic Color with #deed95

#deed95
#17180f
#3f432a
#676d45
#8e9860
#b6c27a

Tints of #deed95 Color

#deed95
#e1efa0
#e5f1ac
#e9f3b8
#ecf5c4
#f0f7cf
#f4f9db
#f7fbe7
#fbfdf3
#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

#deed95
#a495ed

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

Split Complementary

#deed95
#95b2ed
#d095ed

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

Analogous Color

#edd995
#edea95
#deed95
#cced95
#bbed95

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

#deed95
#95deed
#ed95de

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

#deed95
#95edd0
#a495ed
#ed95b2

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

#deed95
#a495ed
#d095ed
#b2ed95

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

#deed95 Color Code Preview on Black Background Color

This is how #deed95 Color will look on black background color. Color contrast ratio is 16.65

#deed95 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #deed95

HTML with inline CSS

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

Your Example Paragraph content text in with font color #deed95

#deed95 color code is use for CSS Background Color

Background color for the above div is #deed95

HTML with inline CSS

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

#deed95 color code is use for CSS Border Color

CSS Border color for the above div is #deed95

HTML with inline CSS

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

CSS Border Left color for the above div is #deed95

HTML with inline CSS

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

CSS Border Right color for the above div is #deed95

HTML with inline CSS

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

CSS Border Bottom color for the above div is #deed95

HTML with inline CSS

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

CSS Border Top color for the above div is #deed95

HTML with inline CSS

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

#deed95 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#deed95 Color code Preview on White Background

This is how #deed95 Color code will look on white background color. Color contrast ratio is 1.26

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.