Color Hex Logo

#d8ebde Color Hex

#D8EBDE
(216,235,222)
0 Favorites   0 Comments

Color spaces of #d8ebde

RGB 216235222
HSL0.390.320.88
HSV139°92°
CMYK 0.080.000.06   0.08
XYZ71.212079.289580.6584
Yxy79.28950.30810.3430
Hunter Lab89.0447-13.07578.6252
CIE-Lab91.3651-8.65624.1479

#d8ebde color RGB value is (216,235,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101011 11011110
Octal 330 353 336
Decimal 216 235 222
Hex D8 EB DE

RGB Percentages of Color #d8ebde

%32.10
%34.92
%32.99

CMYK Percentages of Color #d8ebde

%8
%0
%6
%8

Triadic Colors of #d8ebde

#d8ebde #ded8eb #ebded8

Analogous Colors of #d8ebde

#d8ebde #d8ebe8 #dcebd8

Monochromatic Colors of #d8ebde

#d8ebde

Complementary Color

#d8ebde #ebd8e5

#d8ebde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8ebde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8ebde Color CSS Codes

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

#d8ebde Text Font Color

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

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


#d8ebde Background Color

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

This div background color is #d8ebde


#d8ebde Border Color

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

This div border color is #d8ebde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8ebde


Comments

No comments written yet.

Please login to write comment.