Color Hex Logo

#dcbbbb Color Hex

#DCBBBB
(220,187,187)
0 Favorites   0 Comments

Color spaces of #dcbbbb

RGB 220187187
HSL0.000.320.80
HSV15°86°
CMYK 0.000.150.15   0.14
XYZ56.255254.344154.5382
Yxy54.34410.34070.3291
Hunter Lab73.71857.20767.7391
CIE-Lab78.662011.77664.3762

#dcbbbb color RGB value is (220,187,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10111011
Octal 334 273 273
Decimal 220 187 187
Hex DC BB BB

RGB Percentages of Color #dcbbbb

%37.04
%31.48
%31.48

CMYK Percentages of Color #dcbbbb

%0
%15
%15
%14

Triadic Colors of #dcbbbb

#dcbbbb #bbdcbb #bbbbdc

Analogous Colors of #dcbbbb

#dcbbbb #dcccbb #dcbbcc

Monochromatic Colors of #dcbbbb

#dcbbbb

Complementary Color

#dcbbbb #bbdcdc

#dcbbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbbb Color CSS Codes

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

#dcbbbb Text Font Color

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

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


#dcbbbb Background Color

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

This div background color is #dcbbbb


#dcbbbb Border Color

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

This div border color is #dcbbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbbb


Comments

No comments written yet.

Please login to write comment.