Color Hex Logo

#daedfc Color Hex

#DAEDFC
(218,237,252)
0 Favorites   0 Comments

Color spaces of #daedfc

RGB 218237252
HSL0.570.850.92
HSV206°13°99°
CMYK 0.130.060.00   0.01
XYZ76.768382.5021103.9738
Yxy82.50210.29160.3134
Hunter Lab90.8307-8.0890-4.2878
CIE-Lab92.7960-3.3074-9.3685

#daedfc color RGB value is (218,237,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101101 11111100
Octal 332 355 374
Decimal 218 237 252
Hex DA ED FC

RGB Percentages of Color #daedfc

%30.83
%33.52
%35.64

CMYK Percentages of Color #daedfc

%13
%6
%0
%1

Triadic Colors of #daedfc

#daedfc #fcdaed #edfcda

Analogous Colors of #daedfc

#daedfc #dadcfc #dafcfa

Monochromatic Colors of #daedfc

#daedfc

Complementary Color

#daedfc #fce9da

#daedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daedfc Color CSS Codes

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

#daedfc Text Font Color

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

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


#daedfc Background Color

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

This div background color is #daedfc


#daedfc Border Color

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

This div border color is #daedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daedfc


Comments

No comments written yet.

Please login to write comment.