Color Hex Logo

#dae5df Color Hex

#DAE5DF
(218,229,223)
0 Favorites   0 Comments

Color spaces of #dae5df

RGB 218229223
HSL0.410.170.88
HSV147°90°
CMYK 0.050.000.03   0.10
XYZ70.252076.271880.8313
Yxy76.27180.30900.3355
Hunter Lab87.3337-9.24716.2580
CIE-Lab89.9854-4.75901.6398

#dae5df color RGB value is (218,229,223).

#dae5df hex color red value is 218, green value is 229 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #dae5df hue: 0.41 , saturation: 0.17 and the lightness value of dae5df is 0.88.

The process color (four color CMYK) of #dae5df color hex is 0.05, 0.00, 0.03, 0.10. Web safe color of #dae5df is #cccccc. Color #dae5df contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 11011111
Octal 332 345 337
Decimal 218 229 223
Hex DA E5 DF

RGB Percentages of Color #dae5df

%32.54
%34.18
%33.28

CMYK Percentages of Color #dae5df

%5
%0
%3
%10

Triadic Colors of #dae5df

#dae5df #dfdae5 #e5dfda

Analogous Colors of #dae5df

#dae5df #dae5e5 #dbe5da

Monochromatic Colors of #dae5df

#dae5df

Complementary Color

#dae5df #e5dae0

#dae5df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae5df Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae5df Color CSS Codes

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

#dae5df Text Font Color

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

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


#dae5df Background Color

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

This div background color is #dae5df


#dae5df Border Color

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

This div border color is #dae5df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae5df


Comments

No comments written yet.

Please login to write comment.