Color Hex Logo

#d6eede Color Hex

#D6EEDE
(214,238,222)
0 Favorites   0 Comments

Color spaces of #d6eede

RGB 214238222
HSL0.390.410.89
HSV140°10°93°
CMYK 0.100.000.07   0.07
XYZ71.490980.719180.9196
Yxy80.71910.30670.3462
Hunter Lab89.8438-15.18999.4900
CIE-Lab92.0065-10.82895.0586

#d6eede color RGB value is (214,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101110 11011110
Octal 326 356 336
Decimal 214 238 222
Hex D6 EE DE

RGB Percentages of Color #d6eede

%31.75
%35.31
%32.94

CMYK Percentages of Color #d6eede

%10
%0
%7
%7

Triadic Colors of #d6eede

#d6eede #ded6ee #eeded6

Analogous Colors of #d6eede

#d6eede #d6eeea #daeed6

Monochromatic Colors of #d6eede

#d6eede

Complementary Color

#d6eede #eed6e6

#d6eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6eede Color CSS Codes

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

#d6eede Text Font Color

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

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


#d6eede Background Color

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

This div background color is #d6eede


#d6eede Border Color

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

This div border color is #d6eede


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,238,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6eede


Comments

No comments written yet.

Please login to write comment.