Color Hex Logo

#dcedfb Color Hex

#DCEDFB
(220,237,251)
0 Favorites   0 Comments

Color spaces of #dcedfb

RGB 220237251
HSL0.580.790.92
HSV207°12°98°
CMYK 0.120.060.00   0.02
XYZ77.212082.7491103.1694
Yxy82.74910.29340.3145
Hunter Lab90.9665-7.6814-3.5670
CIE-Lab92.9045-2.8795-8.6723

#dcedfb color RGB value is (220,237,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101101 11111011
Octal 334 355 373
Decimal 220 237 251
Hex DC ED FB

RGB Percentages of Color #dcedfb

%31.07
%33.47
%35.45

CMYK Percentages of Color #dcedfb

%12
%6
%0
%2

Triadic Colors of #dcedfb

#dcedfb #fbdced #edfbdc

Analogous Colors of #dcedfb

#dcedfb #dcdefb #dcfbfa

Monochromatic Colors of #dcedfb

#dcedfb

Complementary Color

#dcedfb #fbeadc

#dcedfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcedfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcedfb Color CSS Codes

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

#dcedfb Text Font Color

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

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


#dcedfb Background Color

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

This div background color is #dcedfb


#dcedfb Border Color

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

This div border color is #dcedfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcedfb

Related Colors


Comments

No comments written yet.

Please login to write comment.