Color Hex Logo

#d9efea Color Hex

#D9EFEA
(217,239,234)
0 Favorites   0 Comments

Color spaces of #d9efea

RGB 217239234
HSL0.460.410.89
HSV166°94°
CMYK 0.090.000.02   0.06
XYZ74.333182.425289.8338
Yxy82.42520.30140.3343
Hunter Lab90.7883-12.73244.8852
CIE-Lab92.7622-8.1382-0.0604

#d9efea color RGB value is (217,239,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101111 11101010
Octal 331 357 352
Decimal 217 239 234
Hex D9 EF EA

RGB Percentages of Color #d9efea

%31.45
%34.64
%33.91

CMYK Percentages of Color #d9efea

%9
%0
%2
%6

Triadic Colors of #d9efea

#d9efea #ead9ef #efead9

Analogous Colors of #d9efea

#d9efea #d9e9ef #d9efdf

Monochromatic Colors of #d9efea

#d9efea

Complementary Color

#d9efea #efd9de

#d9efea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9efea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9efea Color CSS Codes

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

#d9efea Text Font Color

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

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


#d9efea Background Color

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

This div background color is #d9efea


#d9efea Border Color

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

This div border color is #d9efea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,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 #d9efea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9efea


Comments

No comments written yet.

Please login to write comment.