Color Hex Logo

#d8eadd Color Hex

#D8EADD
(216,234,221)
0 Favorites   0 Comments

Color spaces of #d8eadd

RGB 216234221
HSL0.380.300.88
HSV137°92°
CMYK 0.080.000.06   0.08
XYZ70.792978.665079.8593
Yxy78.66500.30870.3430
Hunter Lab88.6933-12.73888.7007
CIE-Lab91.0825-8.33064.2602

#d8eadd color RGB value is (216,234,221).

#d8eadd hex color red value is 216, green value is 234 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d8eadd hue: 0.38 , saturation: 0.30 and the lightness value of d8eadd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101010 11011101
Octal 330 352 335
Decimal 216 234 221
Hex D8 EA DD

RGB Percentages of Color #d8eadd

%32.19
%34.87
%32.94

CMYK Percentages of Color #d8eadd

%8
%0
%6
%8

Triadic Colors of #d8eadd

#d8eadd #ddd8ea #eaddd8

Analogous Colors of #d8eadd

#d8eadd #d8eae6 #dcead8

Monochromatic Colors of #d8eadd

#d8eadd

Complementary Color

#d8eadd #ead8e5

#d8eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8eadd Color CSS Codes

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

#d8eadd Text Font Color

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

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


#d8eadd Background Color

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

This div background color is #d8eadd


#d8eadd Border Color

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

This div border color is #d8eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8eadd


Comments

No comments written yet.

Please login to write comment.