Color Hex Logo

#d9efdd Color Hex

#D9EFDD
(217,239,221)
0 Favorites   0 Comments

Color spaces of #d9efdd

RGB 217239221
HSL0.360.410.89
HSV131°94°
CMYK 0.090.000.08   0.06
XYZ72.532981.705280.3544
Yxy81.70520.30920.3483
Hunter Lab90.3909-14.949410.5669
CIE-Lab92.4446-10.51846.2367

#d9efdd color RGB value is (217,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101111 11011101
Octal 331 357 335
Decimal 217 239 221
Hex D9 EF DD

RGB Percentages of Color #d9efdd

%32.05
%35.30
%32.64

CMYK Percentages of Color #d9efdd

%9
%0
%8
%6

Triadic Colors of #d9efdd

#d9efdd #ddd9ef #efddd9

Analogous Colors of #d9efdd

#d9efdd #d9efe8 #e0efd9

Monochromatic Colors of #d9efdd

#d9efdd

Complementary Color

#d9efdd #efd9eb

#d9efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9efdd Color CSS Codes

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

#d9efdd Text Font Color

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

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


#d9efdd Background Color

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

This div background color is #d9efdd


#d9efdd Border Color

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

This div border color is #d9efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9efdd


Comments

No comments written yet.

Please login to write comment.