Color Hex Logo

#d9eaae Color Hex

#D9EAAE
(217,234,174)
0 Favorites   0 Comments

Color spaces of #d9eaae

RGB 217234174
HSL0.210.590.80
HSV77°26°92°
CMYK 0.070.000.26   0.08
XYZ65.678176.653351.3784
Yxy76.65330.33910.3957
Hunter Lab87.5519-19.311826.4929
CIE-Lab90.1618-15.551427.3323

#d9eaae color RGB value is (217,234,174).

#d9eaae hex color red value is 217, green value is 234 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d9eaae hue: 0.21 , saturation: 0.59 and the lightness value of d9eaae is 0.80.

The process color (four color CMYK) of #d9eaae color hex is 0.07, 0.00, 0.26, 0.08. Web safe color of #d9eaae is #ccff99. Color #d9eaae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101010 10101110
Octal 331 352 256
Decimal 217 234 174
Hex D9 EA AE

RGB Percentages of Color #d9eaae

%34.72
%37.44
%27.84

CMYK Percentages of Color #d9eaae

%7
%0
%26
%8

Triadic Colors of #d9eaae

#d9eaae #aed9ea #eaaed9

Analogous Colors of #d9eaae

#d9eaae #bbeaae #eaddae

Monochromatic Colors of #d9eaae

#d9eaae

Complementary Color

#d9eaae #bfaeea

#d9eaae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9eaae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9eaae Color CSS Codes

.mybgcolor {background-color:#d9eaae; } 
.myforecolor {color:#d9eaae; }
.mybordercolor {border:3px solid #d9eaae; }

#d9eaae Text Font Color

<p style="color:#d9eaae">Text here</p>

This sample text font color is #d9eaae
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d9eaae Background Color

<div style="background-color:#d9eaae">
Div content here</div>

This div background color is #d9eaae


#d9eaae Border Color

<div style="border:3px solid #d9eaae">
Div here</div>

This div border color is #d9eaae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(217,234,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d9eaae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d9eaae;
  -webkit-box-shadow: 1px 1px 3px 2px #d9eaae;
  box-shadow:         1px 1px 3px 2px #d9eaae; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,234,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d9eaae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d9eaae;
  -webkit-box-shadow: 1px 1px 3px 2px #d9eaae;
  box-shadow:         1px 1px 3px 2px #d9eaae;">
Div content here</div>

This div box has shadow with color #d9eaae


Comments

No comments written yet.

Please login to write comment.