Color Hex Logo

#dae3fe Color Hex

#DAE3FE
(218,227,254)
0 Favorites   0 Comments

Color spaces of #dae3fe

RGB 218227254
HSL0.630.950.93
HSV225°14°100°
CMYK 0.140.110.00   0.00
XYZ74.271976.9994104.7137
Yxy76.99940.29010.3008
Hunter Lab87.7493-2.4771-9.3279
CIE-Lab90.32132.2563-14.1013

#dae3fe color RGB value is (218,227,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100011 11111110
Octal 332 343 376
Decimal 218 227 254
Hex DA E3 FE

RGB Percentages of Color #dae3fe

%31.19
%32.47
%36.34

CMYK Percentages of Color #dae3fe

%14
%11
%0
%0

Triadic Colors of #dae3fe

#dae3fe #fedae3 #e3feda

Analogous Colors of #dae3fe

#dae3fe #e3dafe #daf5fe

Monochromatic Colors of #dae3fe

#dae3fe

Complementary Color

#dae3fe #fef5da

#dae3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae3fe Color CSS Codes

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

#dae3fe Text Font Color

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

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


#dae3fe Background Color

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

This div background color is #dae3fe


#dae3fe Border Color

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

This div border color is #dae3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae3fe


Comments

No comments written yet.

Please login to write comment.