Color Hex Logo

#dae9ff Color Hex

#DAE9FF
(218,233,255)
0 Favorites   0 Comments

Color spaces of #dae9ff

RGB 218233255
HSL0.601.000.93
HSV216°15°100°
CMYK 0.150.090.00   0.00
XYZ76.102480.4033106.1161
Yxy80.40330.28980.3062
Hunter Lab89.6679-5.4233-7.3983
CIE-Lab91.8655-0.6469-12.3163

#dae9ff color RGB value is (218,233,255).

#dae9ff hex color red value is 218, green value is 233 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #dae9ff hue: 0.60 , saturation: 1.00 and the lightness value of dae9ff is 0.93.

The process color (four color CMYK) of #dae9ff color hex is 0.15, 0.09, 0.00, 0.00. Web safe color of #dae9ff is #ccffff. Color #dae9ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101001 11111111
Octal 332 351 377
Decimal 218 233 255
Hex DA E9 FF

RGB Percentages of Color #dae9ff

%30.88
%33.00
%36.12

CMYK Percentages of Color #dae9ff

%15
%9
%0
%0

Triadic Colors of #dae9ff

#dae9ff #ffdae9 #e9ffda

Analogous Colors of #dae9ff

#dae9ff #dedaff #dafcff

Monochromatic Colors of #dae9ff

#dae9ff

Complementary Color

#dae9ff #fff0da

#dae9ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dae9ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#dae9ff Color CSS Codes

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

#dae9ff Text Font Color

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

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


#dae9ff Background Color

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

This div background color is #dae9ff


#dae9ff Border Color

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

This div border color is #dae9ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dae9ff

Related Colors

#dae9ff Color Palettes


Comments

No comments written yet.

Please login to write comment.