Color Hex Logo

#daedd9 Color Hex

#DAEDD9
(218,237,217)
0 Favorites   0 Comments

Color spaces of #daedd9

RGB 218237217
HSL0.330.360.89
HSV117°93°
CMYK 0.080.000.08   0.07
XYZ71.722080.483677.4004
Yxy80.48360.31240.3505
Hunter Lab89.7127-14.292911.6459
CIE-Lab91.9014-9.88637.5426

#daedd9 color RGB value is (218,237,217).

#daedd9 hex color red value is 218, green value is 237 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #daedd9 hue: 0.33 , saturation: 0.36 and the lightness value of daedd9 is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11011001
Octal 332 355 331
Decimal 218 237 217
Hex DA ED D9

RGB Percentages of Color #daedd9

%32.44
%35.27
%32.29

CMYK Percentages of Color #daedd9

%8
%0
%8
%7

Triadic Colors of #daedd9

#daedd9 #d9daed #edd9da

Analogous Colors of #daedd9

#daedd9 #d9ede2 #e4edd9

Monochromatic Colors of #daedd9

#daedd9

Complementary Color

#daedd9 #ecd9ed

#daedd9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedd9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedd9 Color CSS Codes

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

#daedd9 Text Font Color

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

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


#daedd9 Background Color

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

This div background color is #daedd9


#daedd9 Border Color

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

This div border color is #daedd9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedd9


Comments

No comments written yet.

Please login to write comment.