Color Hex Logo

#dae0ea Color Hex

#DAE0EA
(218,224,234)
0 Favorites   0 Comments

Color spaces of #dae0ea

RGB 218224234
HSL0.600.280.89
HSV218°92°
CMYK 0.070.040.00   0.08
XYZ70.420474.157288.4441
Yxy74.15720.30220.3182
Hunter Lab86.1146-4.7317-0.6137
CIE-Lab88.9967-0.1366-5.5803

#dae0ea color RGB value is (218,224,234).

#dae0ea hex color red value is 218, green value is 224 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dae0ea hue: 0.60 , saturation: 0.28 and the lightness value of dae0ea is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 11101010
Octal 332 340 352
Decimal 218 224 234
Hex DA E0 EA

RGB Percentages of Color #dae0ea

%32.25
%33.14
%34.62

CMYK Percentages of Color #dae0ea

%7
%4
%0
%8

Triadic Colors of #dae0ea

#dae0ea #eadae0 #e0eada

Analogous Colors of #dae0ea

#dae0ea #dcdaea #dae8ea

Monochromatic Colors of #dae0ea

#dae0ea

Complementary Color

#dae0ea #eae4da

#dae0ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0ea Color CSS Codes

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

#dae0ea Text Font Color

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

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


#dae0ea Background Color

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

This div background color is #dae0ea


#dae0ea Border Color

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

This div border color is #dae0ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0ea


Comments

No comments written yet.

Please login to write comment.