Color Hex Logo

#daeefc Color Hex

#DAEEFC
(218,238,252)
0 Favorites   0 Comments

Color spaces of #daeefc

RGB 218238252
HSL0.570.850.92
HSV205°13°99°
CMYK 0.130.060.00   0.01
XYZ77.058783.0828104.0706
Yxy83.08280.29170.3145
Hunter Lab91.1498-8.6068-3.8898
CIE-Lab93.0507-3.8187-8.9906

#daeefc color RGB value is (218,238,252).

#daeefc hex color red value is 218, green value is 238 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #daeefc hue: 0.57 , saturation: 0.85 and the lightness value of daeefc is 0.92.

The process color (four color CMYK) of #daeefc color hex is 0.13, 0.06, 0.00, 0.01. Web safe color of #daeefc is #ccffff. Color #daeefc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101110 11111100
Octal 332 356 374
Decimal 218 238 252
Hex DA EE FC

RGB Percentages of Color #daeefc

%30.79
%33.62
%35.59

CMYK Percentages of Color #daeefc

%13
%6
%0
%1

Triadic Colors of #daeefc

#daeefc #fcdaee #eefcda

Analogous Colors of #daeefc

#daeefc #daddfc #dafcf9

Monochromatic Colors of #daeefc

#daeefc

Complementary Color

#daeefc #fce8da

#daeefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeefc Color CSS Codes

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

#daeefc Text Font Color

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

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


#daeefc Background Color

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

This div background color is #daeefc


#daeefc Border Color

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

This div border color is #daeefc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeefc

Related Colors


Comments

No comments written yet.

Please login to write comment.