Color Hex Logo

#daeffc Color Hex

#DAEFFC
(218,239,252)
0 Favorites   0 Comments

Color spaces of #daeffc

RGB 218239252
HSL0.560.850.92
HSV203°13°99°
CMYK 0.130.050.00   0.01
XYZ77.350683.6667104.1679
Yxy83.66670.29170.3155
Hunter Lab91.4695-9.1242-3.4924
CIE-Lab93.3055-4.3293-8.6125

#daeffc color RGB value is (218,239,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101111 11111100
Octal 332 357 374
Decimal 218 239 252
Hex DA EF FC

RGB Percentages of Color #daeffc

%30.75
%33.71
%35.54

CMYK Percentages of Color #daeffc

%13
%5
%0
%1

Triadic Colors of #daeffc

#daeffc #fcdaef #effcda

Analogous Colors of #daeffc

#daeffc #dadefc #dafcf8

Monochromatic Colors of #daeffc

#daeffc

Complementary Color

#daeffc #fce7da

#daeffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daeffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daeffc Color CSS Codes

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

#daeffc Text Font Color

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

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


#daeffc Background Color

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

This div background color is #daeffc


#daeffc Border Color

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

This div border color is #daeffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daeffc

Related Colors


Comments

No comments written yet.

Please login to write comment.