Color Hex Logo

#d9efdf Color Hex

#D9EFDF
(217,239,223)
0 Favorites   0 Comments

Color spaces of #d9efdf

RGB 217239223
HSL0.380.410.89
HSV136°94°
CMYK 0.090.000.07   0.06
XYZ72.801181.812481.7664
Yxy81.81240.30800.3461
Hunter Lab90.4502-14.61779.7174
CIE-Lab92.4920-10.16035.2659

#d9efdf color RGB value is (217,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101111 11011111
Octal 331 357 337
Decimal 217 239 223
Hex D9 EF DF

RGB Percentages of Color #d9efdf

%31.96
%35.20
%32.84

CMYK Percentages of Color #d9efdf

%9
%0
%7
%6

Triadic Colors of #d9efdf

#d9efdf #dfd9ef #efdfd9

Analogous Colors of #d9efdf

#d9efdf #d9efea #deefd9

Monochromatic Colors of #d9efdf

#d9efdf

Complementary Color

#d9efdf #efd9e9

#d9efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9efdf Color CSS Codes

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

#d9efdf Text Font Color

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

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


#d9efdf Background Color

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

This div background color is #d9efdf


#d9efdf Border Color

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

This div border color is #d9efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9efdf


Comments

No comments written yet.

Please login to write comment.