Color Hex Logo

#dcbbbf Color Hex

#DCBBBF
(220,187,191)
0 Favorites   0 Comments

Color spaces of #dcbbbf

RGB 220187191
HSL0.980.320.80
HSV353°15°86°
CMYK 0.000.150.13   0.14
XYZ56.689554.517956.8254
Yxy54.51790.33740.3244
Hunter Lab73.83627.83416.0550
CIE-Lab78.762812.41962.3600

#dcbbbf color RGB value is (220,187,191).

#dcbbbf hex color red value is 220, green value is 187 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dcbbbf hue: 0.98 , saturation: 0.32 and the lightness value of dcbbbf is 0.80.

The process color (four color CMYK) of #dcbbbf color hex is 0.00, 0.15, 0.13, 0.14. Web safe color of #dcbbbf is #cccccc. Color #dcbbbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10111111
Octal 334 273 277
Decimal 220 187 191
Hex DC BB BF

RGB Percentages of Color #dcbbbf

%36.79
%31.27
%31.94

CMYK Percentages of Color #dcbbbf

%0
%15
%13
%14

Triadic Colors of #dcbbbf

#dcbbbf #bfdcbb #bbbfdc

Analogous Colors of #dcbbbf

#dcbbbf #dcc8bb #dcbbd0

Monochromatic Colors of #dcbbbf

#dcbbbf

Complementary Color

#dcbbbf #bbdcd8

#dcbbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbbf Color CSS Codes

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

#dcbbbf Text Font Color

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

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


#dcbbbf Background Color

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

This div background color is #dcbbbf


#dcbbbf Border Color

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

This div border color is #dcbbbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,187,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbbf


Comments

No comments written yet.

Please login to write comment.