Color Hex Logo

#dae1df Color Hex

#DAE1DF
(218,225,223)
0 Favorites   0 Comments

Color spaces of #dae1df

RGB 218225223
HSL0.450.100.87
HSV163°88°
CMYK 0.030.000.01   0.12
XYZ69.157974.083680.4666
Yxy74.08360.30910.3312
Hunter Lab86.0718-7.20264.8214
CIE-Lab88.9620-2.70690.1481

#dae1df color RGB value is (218,225,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 11011111
Octal 332 341 337
Decimal 218 225 223
Hex DA E1 DF

RGB Percentages of Color #dae1df

%32.73
%33.78
%33.48

CMYK Percentages of Color #dae1df

%3
%0
%1
%12

Triadic Colors of #dae1df

#dae1df #dfdae1 #e1dfda

Analogous Colors of #dae1df

#dae1df #dae0e1 #dae1dc

Monochromatic Colors of #dae1df

#dae1df

Complementary Color

#dae1df #e1dadc

#dae1df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae1df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae1df Color CSS Codes

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

#dae1df Text Font Color

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

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


#dae1df Background Color

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

This div background color is #dae1df


#dae1df Border Color

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

This div border color is #dae1df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae1df


Comments

No comments written yet.

Please login to write comment.