Color Hex Logo

#daeafd Color Hex

#DAEAFD
(218,234,253)
0 Favorites   0 Comments

Color spaces of #daeafd

RGB 218234253
HSL0.590.900.92
HSV213°14°99°
CMYK 0.140.080.00   0.01
XYZ76.065980.8429104.5236
Yxy80.84290.29100.3092
Hunter Lab89.9127-6.3366-5.9858
CIE-Lab92.0617-1.5669-10.9811

#daeafd color RGB value is (218,234,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 11111101
Octal 332 352 375
Decimal 218 234 253
Hex DA EA FD

RGB Percentages of Color #daeafd

%30.92
%33.19
%35.89

CMYK Percentages of Color #daeafd

%14
%8
%0
%1

Triadic Colors of #daeafd

#daeafd #fddaea #eafdda

Analogous Colors of #daeafd

#daeafd #dcdafd #dafcfd

Monochromatic Colors of #daeafd

#daeafd

Complementary Color

#daeafd #fdedda

#daeafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeafd Color CSS Codes

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

#daeafd Text Font Color

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

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


#daeafd Background Color

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

This div background color is #daeafd


#daeafd Border Color

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

This div border color is #daeafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeafd


Comments

No comments written yet.

Please login to write comment.