Color Hex Logo

#dae0fa Color Hex

#DAE0FA
(218,224,250)
0 Favorites   0 Comments

Color spaces of #dae0fa

RGB 218224250
HSL0.640.760.92
HSV229°13°98°
CMYK 0.130.100.00   0.02
XYZ72.824475.1189101.1036
Yxy75.11890.29240.3016
Hunter Lab86.6712-1.6921-8.4931
CIE-Lab89.44873.0063-13.3106

#dae0fa color RGB value is (218,224,250).

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

The process color (four color CMYK) of #dae0fa color hex is 0.13, 0.10, 0.00, 0.02. Web safe color of #dae0fa is #ccccff. Color #dae0fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 11111010
Octal 332 340 372
Decimal 218 224 250
Hex DA E0 FA

RGB Percentages of Color #dae0fa

%31.50
%32.37
%36.13

CMYK Percentages of Color #dae0fa

%13
%10
%0
%2

Triadic Colors of #dae0fa

#dae0fa #fadae0 #e0fada

Analogous Colors of #dae0fa

#dae0fa #e4dafa #daf0fa

Monochromatic Colors of #dae0fa

#dae0fa

Complementary Color

#dae0fa #faf4da

#dae0fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0fa Color CSS Codes

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

#dae0fa Text Font Color

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

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


#dae0fa Background Color

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

This div background color is #dae0fa


#dae0fa Border Color

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

This div border color is #dae0fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0fa

Related Colors


Comments

No comments written yet.

Please login to write comment.