Color Hex Logo

#d8eedc Color Hex

#D8EEDC
(216,238,220)
0 Favorites   0 Comments

Color spaces of #d8eedc

RGB 216238220
HSL0.360.390.89
HSV131°93°
CMYK 0.090.000.08   0.07
XYZ71.811780.915379.5435
Yxy80.91530.30920.3484
Hunter Lab89.9529-14.916610.5381
CIE-Lab92.0940-10.52676.2422

#d8eedc color RGB value is (216,238,220).

#d8eedc hex color red value is 216, green value is 238 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d8eedc hue: 0.36 , saturation: 0.39 and the lightness value of d8eedc is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101110 11011100
Octal 330 356 334
Decimal 216 238 220
Hex D8 EE DC

RGB Percentages of Color #d8eedc

%32.05
%35.31
%32.64

CMYK Percentages of Color #d8eedc

%9
%0
%8
%7

Triadic Colors of #d8eedc

#d8eedc #dcd8ee #eedcd8

Analogous Colors of #d8eedc

#d8eedc #d8eee7 #dfeed8

Monochromatic Colors of #d8eedc

#d8eedc

Complementary Color

#d8eedc #eed8ea

#d8eedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8eedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8eedc Color CSS Codes

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

#d8eedc Text Font Color

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

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


#d8eedc Background Color

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

This div background color is #d8eedc


#d8eedc Border Color

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

This div border color is #d8eedc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(216,238,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d8eedc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d8eedc;
  -webkit-box-shadow: 1px 1px 3px 2px #d8eedc;
  box-shadow:         1px 1px 3px 2px #d8eedc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,238,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8eedc


Comments

No comments written yet.

Please login to write comment.