Color Hex Logo

#d0efdd Color Hex

#D0EFDD
(208,239,221)
0 Favorites   0 Comments

Color spaces of #d0efdd

RGB 208239221
HSL0.400.490.88
HSV145°13°94°
CMYK 0.130.000.08   0.06
XYZ69.930180.363480.2326
Yxy80.36340.30340.3486
Hunter Lab89.6456-17.63699.6876
CIE-Lab91.8477-13.47765.2988

#d0efdd color RGB value is (208,239,221).

#d0efdd hex color red value is 208, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d0efdd hue: 0.40 , saturation: 0.49 and the lightness value of d0efdd is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101111 11011101
Octal 320 357 335
Decimal 208 239 221
Hex D0 EF DD

RGB Percentages of Color #d0efdd

%31.14
%35.78
%33.08

CMYK Percentages of Color #d0efdd

%13
%0
%8
%6

Triadic Colors of #d0efdd

#d0efdd #ddd0ef #efddd0

Analogous Colors of #d0efdd

#d0efdd #d0efed #d3efd0

Monochromatic Colors of #d0efdd

#d0efdd

Complementary Color

#d0efdd #efd0e2

#d0efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0efdd Color CSS Codes

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

#d0efdd Text Font Color

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

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


#d0efdd Background Color

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

This div background color is #d0efdd


#d0efdd Border Color

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

This div border color is #d0efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0efdd


Comments

No comments written yet.

Please login to write comment.