Color Hex Logo

#dae0ff Color Hex

#DAE0FF
(218,224,255)
1 Favorites   0 Comments

Color spaces of #dae0ff

RGB 218224255
HSL0.641.000.93
HSV230°15°100°
CMYK 0.150.120.00   0.00
XYZ73.619175.4367105.2883
Yxy75.43670.28940.2966
Hunter Lab86.8543-0.6956-11.0757
CIE-Lab89.59724.0245-15.7103

#dae0ff color RGB value is (218,224,255).

#dae0ff hex color red value is 218, green value is 224 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dae0ff hue: 0.64 , saturation: 1.00 and the lightness value of dae0ff is 0.93.

The process color (four color CMYK) of #dae0ff color hex is 0.15, 0.12, 0.00, 0.00. Web safe color of #dae0ff is #ccccff. Color #dae0ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 11111111
Octal 332 340 377
Decimal 218 224 255
Hex DA E0 FF

RGB Percentages of Color #dae0ff

%31.28
%32.14
%36.59

CMYK Percentages of Color #dae0ff

%15
%12
%0
%0

Triadic Colors of #dae0ff

#dae0ff #ffdae0 #e0ffda

Analogous Colors of #dae0ff

#dae0ff #e7daff #daf3ff

Monochromatic Colors of #dae0ff

#dae0ff

Complementary Color

#dae0ff #fff9da

#dae0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0ff Color CSS Codes

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

#dae0ff Text Font Color

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

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


#dae0ff Background Color

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

This div background color is #dae0ff


#dae0ff Border Color

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

This div border color is #dae0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0ff


Comments

No comments written yet.

Please login to write comment.