Color Hex Logo

#d6efdf Color Hex

#D6EFDF
(214,239,223)
0 Favorites   0 Comments

Color spaces of #d6efdf

RGB 214239223
HSL0.390.440.89
HSV142°10°94°
CMYK 0.100.000.07   0.06
XYZ71.917381.356981.7250
Yxy81.35690.30600.3462
Hunter Lab90.1981-15.52389.4182
CIE-Lab92.2903-11.14964.9488

#d6efdf color RGB value is (214,239,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101111 11011111
Octal 326 357 337
Decimal 214 239 223
Hex D6 EF DF

RGB Percentages of Color #d6efdf

%31.66
%35.36
%32.99

CMYK Percentages of Color #d6efdf

%10
%0
%7
%6

Triadic Colors of #d6efdf

#d6efdf #dfd6ef #efdfd6

Analogous Colors of #d6efdf

#d6efdf #d6efec #daefd6

Monochromatic Colors of #d6efdf

#d6efdf

Complementary Color

#d6efdf #efd6e6

#d6efdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6efdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6efdf Color CSS Codes

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

#d6efdf Text Font Color

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

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


#d6efdf Background Color

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

This div background color is #d6efdf


#d6efdf Border Color

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

This div border color is #d6efdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6efdf


Comments

No comments written yet.

Please login to write comment.