Color Hex Logo

#dcb8bb Color Hex

#DCB8BB
(220,184,187)
0 Favorites   0 Comments

Color spaces of #dcb8bb

RGB 220184187
HSL0.990.340.79
HSV355°16°86°
CMYK 0.000.160.15   0.14
XYZ55.625353.084554.3283
Yxy53.08450.34120.3256
Hunter Lab72.85918.77496.7911
CIE-Lab77.924913.38093.3094

#dcb8bb color RGB value is (220,184,187).

#dcb8bb hex color red value is 220, green value is 184 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dcb8bb hue: 0.99 , saturation: 0.34 and the lightness value of dcb8bb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111000 10111011
Octal 334 270 273
Decimal 220 184 187
Hex DC B8 BB

RGB Percentages of Color #dcb8bb

%37.23
%31.13
%31.64

CMYK Percentages of Color #dcb8bb

%0
%16
%15
%14

Triadic Colors of #dcb8bb

#dcb8bb #bbdcb8 #b8bbdc

Analogous Colors of #dcb8bb

#dcb8bb #dcc7b8 #dcb8cd

Monochromatic Colors of #dcb8bb

#dcb8bb

Complementary Color

#dcb8bb #b8dcd9

#dcb8bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcb8bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcb8bb Color CSS Codes

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

#dcb8bb Text Font Color

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

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


#dcb8bb Background Color

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

This div background color is #dcb8bb


#dcb8bb Border Color

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

This div border color is #dcb8bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcb8bb


Comments

No comments written yet.

Please login to write comment.