Color Hex Logo

#d8efea Color Hex

#D8EFEA
(216,239,234)
0 Favorites   0 Comments

Color spaces of #d8efea

RGB 216239234
HSL0.460.420.89
HSV167°10°94°
CMYK 0.100.000.02   0.06
XYZ74.036782.272489.8199
Yxy82.27240.30080.3343
Hunter Lab90.7041-13.03274.7809
CIE-Lab92.6950-8.4615-0.1667

#d8efea color RGB value is (216,239,234).

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

The process color (four color CMYK) of #d8efea color hex is 0.10, 0.00, 0.02, 0.06. Web safe color of #d8efea is #ccffff. Color #d8efea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101111 11101010
Octal 330 357 352
Decimal 216 239 234
Hex D8 EF EA

RGB Percentages of Color #d8efea

%31.35
%34.69
%33.96

CMYK Percentages of Color #d8efea

%10
%0
%2
%6

Triadic Colors of #d8efea

#d8efea #ead8ef #efead8

Analogous Colors of #d8efea

#d8efea #d8e9ef #d8efdf

Monochromatic Colors of #d8efea

#d8efea

Complementary Color

#d8efea #efd8dd

#d8efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8efea Color CSS Codes

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

#d8efea Text Font Color

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

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


#d8efea Background Color

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

This div background color is #d8efea


#d8efea Border Color

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

This div border color is #d8efea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8efea

#d8efea Color Palettes


Comments

No comments written yet.

Please login to write comment.