Color Hex Logo

#daeaff Color Hex

#DAEAFF
(218,234,255)
1 Favorites   0 Comments

Color spaces of #daeaff

RGB 218234255
HSL0.591.000.93
HSV214°15°100°
CMYK 0.150.080.00   0.00
XYZ76.386380.9711106.2107
Yxy80.97110.28980.3072
Hunter Lab89.9839-5.9454-6.9930
CIE-Lab92.1188-1.1621-11.9385

#daeaff color RGB value is (218,234,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 11111111
Octal 332 352 377
Decimal 218 234 255
Hex DA EA FF

RGB Percentages of Color #daeaff

%30.83
%33.10
%36.07

CMYK Percentages of Color #daeaff

%15
%8
%0
%0

Triadic Colors of #daeaff

#daeaff #ffdaea #eaffda

Analogous Colors of #daeaff

#daeaff #dddaff #dafdff

Monochromatic Colors of #daeaff

#daeaff

Complementary Color

#daeaff #ffefda

#daeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeaff Color CSS Codes

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

#daeaff Text Font Color

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

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


#daeaff Background Color

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

This div background color is #daeaff


#daeaff Border Color

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

This div border color is #daeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeaff

#daeaff Color Palettes


Comments

No comments written yet.

Please login to write comment.