Color Hex Logo

#d8efdf Color Hex

#D8EFDF
(216,239,223)
0 Favorites   0 Comments

Color spaces of #d8efdf

RGB 216239223
HSL0.380.420.89
HSV138°10°94°
CMYK 0.100.000.07   0.06
XYZ72.504781.659681.7525
Yxy81.65960.30730.3461
Hunter Lab90.3657-14.92099.6172
CIE-Lab92.4244-10.49075.1597

#d8efdf color RGB value is (216,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101111 11011111
Octal 330 357 337
Decimal 216 239 223
Hex D8 EF DF

RGB Percentages of Color #d8efdf

%31.86
%35.25
%32.89

CMYK Percentages of Color #d8efdf

%10
%0
%7
%6

Triadic Colors of #d8efdf

#d8efdf #dfd8ef #efdfd8

Analogous Colors of #d8efdf

#d8efdf #d8efeb #ddefd8

Monochromatic Colors of #d8efdf

#d8efdf

Complementary Color

#d8efdf #efd8e8

#d8efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8efdf Color CSS Codes

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

#d8efdf Text Font Color

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

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


#d8efdf Background Color

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

This div background color is #d8efdf


#d8efdf Border Color

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

This div border color is #d8efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8efdf


Comments

No comments written yet.

Please login to write comment.