Color Hex Logo

#dae5ed Color Hex

#DAE5ED
(218,229,237)
0 Favorites   0 Comments

Color spaces of #dae5ed

RGB 218229237
HSL0.570.350.89
HSV205°93°
CMYK 0.080.030.00   0.07
XYZ72.218877.058591.1882
Yxy77.05850.30030.3205
Hunter Lab87.7830-6.7688-0.1419
CIE-Lab90.3485-2.1442-5.1599

#dae5ed color RGB value is (218,229,237).

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

The process color (four color CMYK) of #dae5ed color hex is 0.08, 0.03, 0.00, 0.07. Web safe color of #dae5ed is #ccccff. Color #dae5ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 11101101
Octal 332 345 355
Decimal 218 229 237
Hex DA E5 ED

RGB Percentages of Color #dae5ed

%31.87
%33.48
%34.65

CMYK Percentages of Color #dae5ed

%8
%3
%0
%7

Triadic Colors of #dae5ed

#dae5ed #eddae5 #e5edda

Analogous Colors of #dae5ed

#dae5ed #dadced #daedec

Monochromatic Colors of #dae5ed

#dae5ed

Complementary Color

#dae5ed #ede2da

#dae5ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae5ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae5ed Color CSS Codes

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

#dae5ed Text Font Color

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

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


#dae5ed Background Color

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

This div background color is #dae5ed


#dae5ed Border Color

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

This div border color is #dae5ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae5ed


Comments

No comments written yet.

Please login to write comment.