Color Hex Logo

#d8efdd Color Hex

#D8EFDD
(216,239,221)
0 Favorites   0 Comments

Color spaces of #d8efdd

RGB 216239221
HSL0.370.420.89
HSV133°10°94°
CMYK 0.100.000.08   0.06
XYZ72.236581.552480.3405
Yxy81.55240.30850.3483
Hunter Lab90.3064-15.253110.4675
CIE-Lab92.3769-10.85016.1305

#d8efdd color RGB value is (216,239,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101111 11011101
Octal 330 357 335
Decimal 216 239 221
Hex D8 EF DD

RGB Percentages of Color #d8efdd

%31.95
%35.36
%32.69

CMYK Percentages of Color #d8efdd

%10
%0
%8
%6

Triadic Colors of #d8efdd

#d8efdd #ddd8ef #efddd8

Analogous Colors of #d8efdd

#d8efdd #d8efe9 #dfefd8

Monochromatic Colors of #d8efdd

#d8efdd

Complementary Color

#d8efdd #efd8ea

#d8efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8efdd Color CSS Codes

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

#d8efdd Text Font Color

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

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


#d8efdd Background Color

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

This div background color is #d8efdd


#d8efdd Border Color

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

This div border color is #d8efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8efdd


Comments

No comments written yet.

Please login to write comment.