Color Hex Logo

#dae4fe Color Hex

#DAE4FE
(218,228,254)
0 Favorites   0 Comments

Color spaces of #dae4fe

RGB 218228254
HSL0.620.950.93
HSV223°14°100°
CMYK 0.140.100.00   0.00
XYZ74.546277.5480104.8052
Yxy77.54800.29020.3019
Hunter Lab88.0613-3.0025-8.9204
CIE-Lab90.57321.7367-13.7244

#dae4fe color RGB value is (218,228,254).

#dae4fe hex color red value is 218, green value is 228 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #dae4fe hue: 0.62 , saturation: 0.95 and the lightness value of dae4fe is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100100 11111110
Octal 332 344 376
Decimal 218 228 254
Hex DA E4 FE

RGB Percentages of Color #dae4fe

%31.14
%32.57
%36.29

CMYK Percentages of Color #dae4fe

%14
%10
%0
%0

Triadic Colors of #dae4fe

#dae4fe #fedae4 #e4feda

Analogous Colors of #dae4fe

#dae4fe #e2dafe #daf6fe

Monochromatic Colors of #dae4fe

#dae4fe

Complementary Color

#dae4fe #fef4da

#dae4fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae4fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae4fe Color CSS Codes

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

#dae4fe Text Font Color

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

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


#dae4fe Background Color

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

This div background color is #dae4fe


#dae4fe Border Color

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

This div border color is #dae4fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae4fe


Comments

No comments written yet.

Please login to write comment.