Color Hex Logo

#dae4ed Color Hex

#DAE4ED
(218,228,237)
0 Favorites   0 Comments

Color spaces of #dae4ed

RGB 218228237
HSL0.580.350.89
HSV208°93°
CMYK 0.080.040.00   0.07
XYZ71.942976.506791.0962
Yxy76.50670.30030.3194
Hunter Lab87.4681-6.2522-0.5216
CIE-Lab90.0941-1.6292-5.5352

#dae4ed color RGB value is (218,228,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 11101101
Octal 332 344 355
Decimal 218 228 237
Hex DA E4 ED

RGB Percentages of Color #dae4ed

%31.92
%33.38
%34.70

CMYK Percentages of Color #dae4ed

%8
%4
%0
%7

Triadic Colors of #dae4ed

#dae4ed #eddae4 #e4edda

Analogous Colors of #dae4ed

#dae4ed #dadbed #daeded

Monochromatic Colors of #dae4ed

#dae4ed

Complementary Color

#dae4ed #ede3da

#dae4ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae4ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae4ed Color CSS Codes

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

#dae4ed Text Font Color

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

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


#dae4ed Background Color

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

This div background color is #dae4ed


#dae4ed Border Color

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

This div border color is #dae4ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae4ed


Comments

No comments written yet.

Please login to write comment.