Color Hex Logo

#dae1dd Color Hex

#DAE1DD
(218,225,221)
0 Favorites   0 Comments

Color spaces of #dae1dd

RGB 218225221
HSL0.400.100.87
HSV146°88°
CMYK 0.030.000.02   0.12
XYZ68.889873.976379.0546
Yxy73.97630.31040.3333
Hunter Lab86.0095-7.54595.7109
CIE-Lab88.9113-3.07021.1246

#dae1dd color RGB value is (218,225,221).

#dae1dd hex color red value is 218, green value is 225 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dae1dd hue: 0.40 , saturation: 0.10 and the lightness value of dae1dd is 0.87.

The process color (four color CMYK) of #dae1dd color hex is 0.03, 0.00, 0.02, 0.12. Web safe color of #dae1dd is #cccccc. Color #dae1dd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 11011101
Octal 332 341 335
Decimal 218 225 221
Hex DA E1 DD

RGB Percentages of Color #dae1dd

%32.83
%33.89
%33.28

CMYK Percentages of Color #dae1dd

%3
%0
%2
%12

Triadic Colors of #dae1dd

#dae1dd #dddae1 #e1ddda

Analogous Colors of #dae1dd

#dae1dd #dae1e1 #dbe1da

Monochromatic Colors of #dae1dd

#dae1dd

Complementary Color

#dae1dd #e1dade

#dae1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae1dd Color CSS Codes

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

#dae1dd Text Font Color

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

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


#dae1dd Background Color

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

This div background color is #dae1dd


#dae1dd Border Color

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

This div border color is #dae1dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae1dd


Comments

No comments written yet.

Please login to write comment.