Color Hex Logo

#d9eadd Color Hex

#D9EADD
(217,234,221)
0 Favorites   0 Comments

Color spaces of #d9eadd

RGB 217234221
HSL0.370.290.88
HSV134°92°
CMYK 0.070.000.06   0.08
XYZ71.089278.817879.8732
Yxy78.81780.30940.3430
Hunter Lab88.7794-12.43198.8034
CIE-Lab91.1518-7.99784.3692

#d9eadd color RGB value is (217,234,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11101010 11011101
Octal 331 352 335
Decimal 217 234 221
Hex D9 EA DD

RGB Percentages of Color #d9eadd

%32.29
%34.82
%32.89

CMYK Percentages of Color #d9eadd

%7
%0
%6
%8

Triadic Colors of #d9eadd

#d9eadd #ddd9ea #eaddd9

Analogous Colors of #d9eadd

#d9eadd #d9eae6 #deead9

Monochromatic Colors of #d9eadd

#d9eadd

Complementary Color

#d9eadd #ead9e6

#d9eadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9eadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9eadd Color CSS Codes

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

#d9eadd Text Font Color

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

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


#d9eadd Background Color

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

This div background color is #d9eadd


#d9eadd Border Color

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

This div border color is #d9eadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9eadd

#d9eadd Color Palettes


Comments

No comments written yet.

Please login to write comment.