Color Hex Logo

#dceffb Color Hex

#DCEFFB
(220,239,251)
1 Favorites   0 Comments

Color spaces of #dceffb

RGB 220239251
HSL0.560.790.92
HSV203°12°98°
CMYK 0.120.050.00   0.02
XYZ77.794383.9137103.3636
Yxy83.91370.29350.3166
Hunter Lab91.6044-8.7181-2.7779
CIE-Lab93.4130-3.9016-7.9187

#dceffb color RGB value is (220,239,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101111 11111011
Octal 334 357 373
Decimal 220 239 251
Hex DC EF FB

RGB Percentages of Color #dceffb

%30.99
%33.66
%35.35

CMYK Percentages of Color #dceffb

%12
%5
%0
%2

Triadic Colors of #dceffb

#dceffb #fbdcef #effbdc

Analogous Colors of #dceffb

#dceffb #dce0fb #dcfbf8

Monochromatic Colors of #dceffb

#dceffb

Complementary Color

#dceffb #fbe8dc

#dceffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceffb Color CSS Codes

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

#dceffb Text Font Color

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

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


#dceffb Background Color

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

This div background color is #dceffb


#dceffb Border Color

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

This div border color is #dceffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceffb

Related Colors

#dceffb Color Palettes


Comments

No comments written yet.

Please login to write comment.