Color Hex Logo

#d8eaee Color Hex

#D8EAEE
(216,234,238)
0 Favorites   0 Comments

Color spaces of #d8eaee

RGB 216234238
HSL0.530.390.89
HSV191°93°
CMYK 0.090.020.00   0.07
XYZ73.174379.617692.4000
Yxy79.61760.29840.3247
Hunter Lab89.2287-9.76671.0628
CIE-Lab91.5130-5.1601-3.9836

#d8eaee color RGB value is (216,234,238).

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

The process color (four color CMYK) of #d8eaee color hex is 0.09, 0.02, 0.00, 0.07. Web safe color of #d8eaee is #ccffff. Color #d8eaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101010 11101110
Octal 330 352 356
Decimal 216 234 238
Hex D8 EA EE

RGB Percentages of Color #d8eaee

%31.40
%34.01
%34.59

CMYK Percentages of Color #d8eaee

%9
%2
%0
%7

Triadic Colors of #d8eaee

#d8eaee #eed8ea #eaeed8

Analogous Colors of #d8eaee

#d8eaee #d8dfee #d8eee7

Monochromatic Colors of #d8eaee

#d8eaee

Complementary Color

#d8eaee #eedcd8

#d8eaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8eaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8eaee Color CSS Codes

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

#d8eaee Text Font Color

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

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


#d8eaee Background Color

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

This div background color is #d8eaee


#d8eaee Border Color

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

This div border color is #d8eaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8eaee

#d8eaee Color Palettes


Comments

No comments written yet.

Please login to write comment.