Color Hex Logo

#dae8d9 Color Hex

#DAE8D9
(218,232,217)
0 Favorites   0 Comments

Color spaces of #dae8d9

RGB 218232217
HSL0.320.250.88
HSV116°91°
CMYK 0.060.000.06   0.09
XYZ70.294477.628476.9245
Yxy77.62840.31260.3452
Hunter Lab88.1070-11.77459.9099
CIE-Lab90.6101-7.36065.6827

#dae8d9 color RGB value is (218,232,217).

#dae8d9 hex color red value is 218, green value is 232 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #dae8d9 hue: 0.32 , saturation: 0.25 and the lightness value of dae8d9 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101000 11011001
Octal 332 350 331
Decimal 218 232 217
Hex DA E8 D9

RGB Percentages of Color #dae8d9

%32.68
%34.78
%32.53

CMYK Percentages of Color #dae8d9

%6
%0
%6
%9

Triadic Colors of #dae8d9

#dae8d9 #d9dae8 #e8d9da

Analogous Colors of #dae8d9

#dae8d9 #d9e8e0 #e2e8d9

Monochromatic Colors of #dae8d9

#dae8d9

Complementary Color

#dae8d9 #e7d9e8

#dae8d9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae8d9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae8d9 Color CSS Codes

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

#dae8d9 Text Font Color

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

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


#dae8d9 Background Color

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

This div background color is #dae8d9


#dae8d9 Border Color

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

This div border color is #dae8d9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae8d9

#dae8d9 Color Palettes


Comments

No comments written yet.

Please login to write comment.