Color Hex Logo

#dae0fb Color Hex

#DAE0FB
(218,224,251)
0 Favorites   0 Comments

Color spaces of #dae0fb

RGB 218224251
HSL0.640.800.92
HSV229°13°98°
CMYK 0.130.110.00   0.02
XYZ72.981775.1818101.9318
Yxy75.18180.29180.3006
Hunter Lab86.7074-1.4945-9.0051
CIE-Lab89.47813.2087-13.7912

#dae0fb color RGB value is (218,224,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11100000 11111011
Octal 332 340 373
Decimal 218 224 251
Hex DA E0 FB

RGB Percentages of Color #dae0fb

%31.46
%32.32
%36.22

CMYK Percentages of Color #dae0fb

%13
%11
%0
%2

Triadic Colors of #dae0fb

#dae0fb #fbdae0 #e0fbda

Analogous Colors of #dae0fb

#dae0fb #e5dafb #daf1fb

Monochromatic Colors of #dae0fb

#dae0fb

Complementary Color

#dae0fb #fbf5da

#dae0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae0fb Color CSS Codes

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

#dae0fb Text Font Color

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

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


#dae0fb Background Color

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

This div background color is #dae0fb


#dae0fb Border Color

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

This div border color is #dae0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae0fb

Related Colors


Comments

No comments written yet.

Please login to write comment.