Color Hex Logo

#dcbbbd Color Hex

#DCBBBD
(220,187,189)
0 Favorites   0 Comments

Color spaces of #dcbbbd

RGB 220187189
HSL0.990.320.80
HSV356°15°86°
CMYK 0.000.150.14   0.14
XYZ56.470854.430455.6739
Yxy54.43040.33900.3268
Hunter Lab73.77707.51886.9022
CIE-Lab78.712012.09633.3676

#dcbbbd color RGB value is (220,187,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10111101
Octal 334 273 275
Decimal 220 187 189
Hex DC BB BD

RGB Percentages of Color #dcbbbd

%36.91
%31.38
%31.71

CMYK Percentages of Color #dcbbbd

%0
%15
%14
%14

Triadic Colors of #dcbbbd

#dcbbbd #bddcbb #bbbddc

Analogous Colors of #dcbbbd

#dcbbbd #dccabb #dcbbce

Monochromatic Colors of #dcbbbd

#dcbbbd

Complementary Color

#dcbbbd #bbdcda

#dcbbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbbd Color CSS Codes

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

#dcbbbd Text Font Color

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

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


#dcbbbd Background Color

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

This div background color is #dcbbbd


#dcbbbd Border Color

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

This div border color is #dcbbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbbd


Comments

No comments written yet.

Please login to write comment.