Color Hex Logo

#dae5fa Color Hex

#DAE5FA
(218,229,250)
0 Favorites   0 Comments

Color spaces of #dae5fa

RGB 218229250
HSL0.610.760.92
HSV219°13°98°
CMYK 0.130.080.00   0.02
XYZ74.188177.8462101.5582
Yxy77.84620.29250.3070
Hunter Lab88.2305-4.3127-6.4847
CIE-Lab90.70970.4091-11.4285

#dae5fa color RGB value is (218,229,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100101 11111010
Octal 332 345 372
Decimal 218 229 250
Hex DA E5 FA

RGB Percentages of Color #dae5fa

%31.28
%32.86
%35.87

CMYK Percentages of Color #dae5fa

%13
%8
%0
%2

Triadic Colors of #dae5fa

#dae5fa #fadae5 #e5fada

Analogous Colors of #dae5fa

#dae5fa #dfdafa #daf5fa

Monochromatic Colors of #dae5fa

#dae5fa

Complementary Color

#dae5fa #faefda

#dae5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae5fa Color CSS Codes

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

#dae5fa Text Font Color

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

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


#dae5fa Background Color

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

This div background color is #dae5fa


#dae5fa Border Color

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

This div border color is #dae5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae5fa


Comments

No comments written yet.

Please login to write comment.