Color Hex Logo

#d9ebdd Color Hex

#D9EBDD
(217,235,221)
0 Favorites   0 Comments

Color spaces of #d9ebdd

RGB 217235221
HSL0.370.310.89
HSV133°92°
CMYK 0.080.000.06   0.08
XYZ71.374779.388879.9683
Yxy79.38880.30930.3441
Hunter Lab89.1004-12.93669.1570
CIE-Lab91.4099-8.50374.7427

#d9ebdd color RGB value is (217,235,221).

#d9ebdd hex color red value is 217, green value is 235 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d9ebdd hue: 0.37 , saturation: 0.31 and the lightness value of d9ebdd is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101011 11011101
Octal 331 353 335
Decimal 217 235 221
Hex D9 EB DD

RGB Percentages of Color #d9ebdd

%32.24
%34.92
%32.84

CMYK Percentages of Color #d9ebdd

%8
%0
%6
%8

Triadic Colors of #d9ebdd

#d9ebdd #ddd9eb #ebddd9

Analogous Colors of #d9ebdd

#d9ebdd #d9ebe6 #deebd9

Monochromatic Colors of #d9ebdd

#d9ebdd

Complementary Color

#d9ebdd #ebd9e7

#d9ebdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ebdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ebdd Color CSS Codes

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

#d9ebdd Text Font Color

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

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


#d9ebdd Background Color

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

This div background color is #d9ebdd


#d9ebdd Border Color

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

This div border color is #d9ebdd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,235,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ebdd


Comments

No comments written yet.

Please login to write comment.