Color Hex Logo

#daeafe Color Hex

#DAEAFE
(218,234,254)
0 Favorites   0 Comments

Color spaces of #daeafe

RGB 218234254
HSL0.590.950.93
HSV213°14°100°
CMYK 0.140.080.00   0.00
XYZ76.225780.9068105.3650
Yxy80.90680.29040.3082
Hunter Lab89.9482-6.1413-6.4883
CIE-Lab92.0902-1.3647-11.4600

#daeafe color RGB value is (218,234,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101010 11111110
Octal 332 352 376
Decimal 218 234 254
Hex DA EA FE

RGB Percentages of Color #daeafe

%30.88
%33.14
%35.98

CMYK Percentages of Color #daeafe

%14
%8
%0
%0

Triadic Colors of #daeafe

#daeafe #fedaea #eafeda

Analogous Colors of #daeafe

#daeafe #dcdafe #dafcfe

Monochromatic Colors of #daeafe

#daeafe

Complementary Color

#daeafe #feeeda

#daeafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeafe Color CSS Codes

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

#daeafe Text Font Color

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

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


#daeafe Background Color

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

This div background color is #daeafe


#daeafe Border Color

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

This div border color is #daeafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeafe


Comments

No comments written yet.

Please login to write comment.