Color Hex Logo

#dae0ee Color Hex

#DAE0EE
(218,224,238)
0 Favorites   0 Comments

Color spaces of #dae0ee

RGB 218224238
HSL0.620.370.89
HSV222°93°
CMYK 0.080.060.00   0.07
XYZ71.001774.389891.5054
Yxy74.38980.29970.3140
Hunter Lab86.2495-3.9932-2.5284
CIE-Lab89.10640.6322-7.5199

#dae0ee color RGB value is (218,224,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 11101110
Octal 332 340 356
Decimal 218 224 238
Hex DA E0 EE

RGB Percentages of Color #dae0ee

%32.06
%32.94
%35.00

CMYK Percentages of Color #dae0ee

%8
%6
%0
%7

Triadic Colors of #dae0ee

#dae0ee #eedae0 #e0eeda

Analogous Colors of #dae0ee

#dae0ee #dedaee #daeaee

Monochromatic Colors of #dae0ee

#dae0ee

Complementary Color

#dae0ee #eee8da

#dae0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0ee Color CSS Codes

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

#dae0ee Text Font Color

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

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


#dae0ee Background Color

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

This div background color is #dae0ee


#dae0ee Border Color

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

This div border color is #dae0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0ee


Comments

No comments written yet.

Please login to write comment.