Color Hex Logo

#daecfb Color Hex

#DAECFB
(218,236,251)
0 Favorites   0 Comments

Color spaces of #daecfb

RGB 218236251
HSL0.580.800.92
HSV207°13°98°
CMYK 0.130.060.00   0.02
XYZ76.321581.8614103.0450
Yxy81.86140.29220.3134
Hunter Lab90.4773-7.7628-4.1915
CIE-Lab92.5137-2.9954-9.2672

#daecfb color RGB value is (218,236,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11101100 11111011
Octal 332 354 373
Decimal 218 236 251
Hex DA EC FB

RGB Percentages of Color #daecfb

%30.92
%33.48
%35.60

CMYK Percentages of Color #daecfb

%13
%6
%0
%2

Triadic Colors of #daecfb

#daecfb #fbdaec #ecfbda

Analogous Colors of #daecfb

#daecfb #dadcfb #dafbfa

Monochromatic Colors of #daecfb

#daecfb

Complementary Color

#daecfb #fbe9da

#daecfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daecfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daecfb Color CSS Codes

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

#daecfb Text Font Color

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

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


#daecfb Background Color

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

This div background color is #daecfb


#daecfb Border Color

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

This div border color is #daecfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daecfb


Comments

No comments written yet.

Please login to write comment.