Color Hex Logo

#d9e9ce Color Hex

#D9E9CE
(217,233,206)
0 Favorites   0 Comments

Color spaces of #d9e9ce

RGB 217233206
HSL0.270.380.86
HSV96°12°91°
CMYK 0.070.000.12   0.09
XYZ68.894877.485869.7176
Yxy77.48580.31880.3586
Hunter Lab88.0260-14.340014.6599
CIE-Lab90.5447-10.100211.3163

#d9e9ce color RGB value is (217,233,206).

#d9e9ce hex color red value is 217, green value is 233 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d9e9ce hue: 0.27 , saturation: 0.38 and the lightness value of d9e9ce is 0.86.

The process color (four color CMYK) of #d9e9ce color hex is 0.07, 0.00, 0.12, 0.09. Web safe color of #d9e9ce is #ccffcc. Color #d9e9ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101001 11001110
Octal 331 351 316
Decimal 217 233 206
Hex D9 E9 CE

RGB Percentages of Color #d9e9ce

%33.08
%35.52
%31.40

CMYK Percentages of Color #d9e9ce

%7
%0
%12
%9

Triadic Colors of #d9e9ce

#d9e9ce #ced9e9 #e9ced9

Analogous Colors of #d9e9ce

#d9e9ce #cee9d1 #e7e9ce

Monochromatic Colors of #d9e9ce

#d9e9ce

Complementary Color

#d9e9ce #decee9

#d9e9ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9e9ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9e9ce Color CSS Codes

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

#d9e9ce Text Font Color

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

This sample text font color is #d9e9ce
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.


#d9e9ce Background Color

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

This div background color is #d9e9ce


#d9e9ce Border Color

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

This div border color is #d9e9ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9e9ce


Comments

No comments written yet.

Please login to write comment.