Color Hex Logo

#dcbbb5 Color Hex

#DCBBB5
(220,187,181)
0 Favorites   0 Comments

Color spaces of #dcbbb5

RGB 220187181
HSL0.030.360.79
HSV18°86°
CMYK 0.000.150.18   0.14
XYZ55.626054.092551.2251
Yxy54.09250.34560.3361
Hunter Lab73.54766.296010.1885
CIE-Lab78.515610.83637.4077

#dcbbb5 color RGB value is (220,187,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10110101
Octal 334 273 265
Decimal 220 187 181
Hex DC BB B5

RGB Percentages of Color #dcbbb5

%37.41
%31.80
%30.78

CMYK Percentages of Color #dcbbb5

%0
%15
%18
%14

Triadic Colors of #dcbbb5

#dcbbb5 #b5dcbb #bbb5dc

Analogous Colors of #dcbbb5

#dcbbb5 #dccfb5 #dcb5c3

Monochromatic Colors of #dcbbb5

#dcbbb5

Complementary Color

#dcbbb5 #b5d6dc

#dcbbb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbb5 Color CSS Codes

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

#dcbbb5 Text Font Color

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

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


#dcbbb5 Background Color

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

This div background color is #dcbbb5


#dcbbb5 Border Color

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

This div border color is #dcbbb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbb5


Comments

No comments written yet.

Please login to write comment.