Color Hex Logo

#d5eede Color Hex

#D5EEDE
(213,238,222)
0 Favorites   0 Comments

Color spaces of #d5eede

RGB 213238222
HSL0.390.420.88
HSV142°11°93°
CMYK 0.110.000.07   0.07
XYZ71.199980.569180.9060
Yxy80.56910.30600.3463
Hunter Lab89.7603-15.49039.3908
CIE-Lab91.9396-11.15814.9534

#d5eede color RGB value is (213,238,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11101110 11011110
Octal 325 356 336
Decimal 213 238 222
Hex D5 EE DE

RGB Percentages of Color #d5eede

%31.65
%35.36
%32.99

CMYK Percentages of Color #d5eede

%11
%0
%7
%7

Triadic Colors of #d5eede

#d5eede #ded5ee #eeded5

Analogous Colors of #d5eede

#d5eede #d5eeeb #d9eed5

Monochromatic Colors of #d5eede

#d5eede

Complementary Color

#d5eede #eed5e5

#d5eede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5eede Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5eede Color CSS Codes

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

#d5eede Text Font Color

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

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


#d5eede Background Color

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

This div background color is #d5eede


#d5eede Border Color

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

This div border color is #d5eede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5eede


Comments

No comments written yet.

Please login to write comment.