Color Hex Logo

#dae1fc Color Hex

#DAE1FC
(218,225,252)
0 Favorites   0 Comments

Color spaces of #dae1fc

RGB 218225252
HSL0.630.850.92
HSV228°13°99°
CMYK 0.130.110.00   0.01
XYZ73.409375.7841102.8542
Yxy75.78410.29130.3007
Hunter Lab87.0541-1.8225-9.1132
CIE-Lab89.75902.8903-13.8953

#dae1fc color RGB value is (218,225,252).

#dae1fc hex color red value is 218, green value is 225 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #dae1fc hue: 0.63 , saturation: 0.85 and the lightness value of dae1fc is 0.92.

The process color (four color CMYK) of #dae1fc color hex is 0.13, 0.11, 0.00, 0.01. Web safe color of #dae1fc is #ccccff. Color #dae1fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100001 11111100
Octal 332 341 374
Decimal 218 225 252
Hex DA E1 FC

RGB Percentages of Color #dae1fc

%31.37
%32.37
%36.26

CMYK Percentages of Color #dae1fc

%13
%11
%0
%1

Triadic Colors of #dae1fc

#dae1fc #fcdae1 #e1fcda

Analogous Colors of #dae1fc

#dae1fc #e4dafc #daf2fc

Monochromatic Colors of #dae1fc

#dae1fc

Complementary Color

#dae1fc #fcf5da

#dae1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae1fc Color CSS Codes

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

#dae1fc Text Font Color

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

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


#dae1fc Background Color

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

This div background color is #dae1fc


#dae1fc Border Color

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

This div border color is #dae1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae1fc


Comments

No comments written yet.

Please login to write comment.