Color Hex Logo

#d8eaec Color Hex

#D8EAEC
(216,234,236)
0 Favorites   0 Comments

Color spaces of #d8eaec

RGB 216234236
HSL0.520.340.89
HSV186°93°
CMYK 0.080.010.00   0.07
XYZ72.882079.500790.8608
Yxy79.50070.29960.3268
Hunter Lab89.1632-10.12961.9954
CIE-Lab91.4604-5.5442-3.0171

#d8eaec color RGB value is (216,234,236).

#d8eaec hex color red value is 216, green value is 234 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d8eaec hue: 0.52 , saturation: 0.34 and the lightness value of d8eaec is 0.89.

The process color (four color CMYK) of #d8eaec color hex is 0.08, 0.01, 0.00, 0.07. Web safe color of #d8eaec is #ccffff. Color #d8eaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101010 11101100
Octal 330 352 354
Decimal 216 234 236
Hex D8 EA EC

RGB Percentages of Color #d8eaec

%31.49
%34.11
%34.40

CMYK Percentages of Color #d8eaec

%8
%1
%0
%7

Triadic Colors of #d8eaec

#d8eaec #ecd8ea #eaecd8

Analogous Colors of #d8eaec

#d8eaec #d8e0ec #d8ece4

Monochromatic Colors of #d8eaec

#d8eaec

Complementary Color

#d8eaec #ecdad8

#d8eaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8eaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8eaec Color CSS Codes

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

#d8eaec Text Font Color

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

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


#d8eaec Background Color

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

This div background color is #d8eaec


#d8eaec Border Color

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

This div border color is #d8eaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8eaec


Comments

No comments written yet.

Please login to write comment.