Color Hex Logo

#daecfc Color Hex

#DAECFC
(218,236,252)
0 Favorites   0 Comments

Color spaces of #daecfc

RGB 218236252
HSL0.580.850.92
HSV208°13°99°
CMYK 0.130.060.00   0.01
XYZ76.479681.9246103.8776
Yxy81.92460.29160.3124
Hunter Lab90.5122-7.5702-4.6864
CIE-Lab92.5416-2.7951-9.7465

#daecfc color RGB value is (218,236,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 11111100
Octal 332 354 374
Decimal 218 236 252
Hex DA EC FC

RGB Percentages of Color #daecfc

%30.88
%33.43
%35.69

CMYK Percentages of Color #daecfc

%13
%6
%0
%1

Triadic Colors of #daecfc

#daecfc #fcdaec #ecfcda

Analogous Colors of #daecfc

#daecfc #dadbfc #dafcfb

Monochromatic Colors of #daecfc

#daecfc

Complementary Color

#daecfc #fceada

#daecfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daecfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daecfc Color CSS Codes

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

#daecfc Text Font Color

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

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


#daecfc Background Color

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

This div background color is #daecfc


#daecfc Border Color

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

This div border color is #daecfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daecfc


Comments

No comments written yet.

Please login to write comment.