Color Hex Logo

#dceafb Color Hex

#DCEAFB
(220,234,251)
0 Favorites   0 Comments

Color spaces of #dceafb

RGB 220234251
HSL0.590.790.92
HSV213°12°98°
CMYK 0.120.070.00   0.02
XYZ76.350681.0263102.8823
Yxy81.02630.29340.3113
Hunter Lab90.0146-6.1215-4.7553
CIE-Lab92.1434-1.3404-9.8021

#dceafb color RGB value is (220,234,251).

#dceafb hex color red value is 220, green value is 234 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #dceafb hue: 0.59 , saturation: 0.79 and the lightness value of dceafb is 0.92.

The process color (four color CMYK) of #dceafb color hex is 0.12, 0.07, 0.00, 0.02. Web safe color of #dceafb is #ccffff. Color #dceafb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101010 11111011
Octal 334 352 373
Decimal 220 234 251
Hex DC EA FB

RGB Percentages of Color #dceafb

%31.21
%33.19
%35.60

CMYK Percentages of Color #dceafb

%12
%7
%0
%2

Triadic Colors of #dceafb

#dceafb #fbdcea #eafbdc

Analogous Colors of #dceafb

#dceafb #dedcfb #dcfafb

Monochromatic Colors of #dceafb

#dceafb

Complementary Color

#dceafb #fbeddc

#dceafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceafb Color CSS Codes

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

#dceafb Text Font Color

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

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


#dceafb Background Color

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

This div background color is #dceafb


#dceafb Border Color

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

This div border color is #dceafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceafb


Comments

No comments written yet.

Please login to write comment.