Color Hex Logo

#dceefb Color Hex

#DCEEFB
(220,238,251)
0 Favorites   0 Comments

Color spaces of #dceefb

RGB 220238251
HSL0.570.790.92
HSV205°12°98°
CMYK 0.120.050.00   0.02
XYZ77.502383.3297103.2662
Yxy83.32970.29350.3155
Hunter Lab91.2851-8.2000-3.1722
CIE-Lab93.1586-3.3909-8.2956

#dceefb color RGB value is (220,238,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11111011
Octal 334 356 373
Decimal 220 238 251
Hex DC EE FB

RGB Percentages of Color #dceefb

%31.03
%33.57
%35.40

CMYK Percentages of Color #dceefb

%12
%5
%0
%2

Triadic Colors of #dceefb

#dceefb #fbdcee #eefbdc

Analogous Colors of #dceefb

#dceefb #dcdffb #dcfbf9

Monochromatic Colors of #dceefb

#dceefb

Complementary Color

#dceefb #fbe9dc

#dceefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceefb Color CSS Codes

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

#dceefb Text Font Color

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

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


#dceefb Background Color

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

This div background color is #dceefb


#dceefb Border Color

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

This div border color is #dceefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceefb

Related Colors


Comments

No comments written yet.

Please login to write comment.