Color Hex Logo

#d9efda Color Hex

#D9EFDA
(217,239,218)
0 Favorites   0 Comments

Color spaces of #d9efda

RGB 217239218
HSL0.340.410.89
HSV123°94°
CMYK 0.090.000.09   0.06
XYZ72.136781.546778.2677
Yxy81.54670.31100.3516
Hunter Lab90.3032-15.439911.8244
CIE-Lab92.3744-11.04947.6939

#d9efda color RGB value is (217,239,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101111 11011010
Octal 331 357 332
Decimal 217 239 218
Hex D9 EF DA

RGB Percentages of Color #d9efda

%32.20
%35.46
%32.34

CMYK Percentages of Color #d9efda

%9
%0
%9
%6

Triadic Colors of #d9efda

#d9efda #dad9ef #efdad9

Analogous Colors of #d9efda

#d9efda #d9efe5 #e3efd9

Monochromatic Colors of #d9efda

#d9efda

Complementary Color

#d9efda #efd9ee

#d9efda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9efda Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9efda Color CSS Codes

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

#d9efda Text Font Color

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

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


#d9efda Background Color

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

This div background color is #d9efda


#d9efda Border Color

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

This div border color is #d9efda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9efda


Comments

No comments written yet.

Please login to write comment.