Color Hex Logo

#dcbbb8 Color Hex

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

Color spaces of #dcbbb8

RGB 220187184
HSL0.010.340.79
HSV16°86°
CMYK 0.000.150.16   0.14
XYZ55.937354.217052.8641
Yxy54.21700.34310.3326
Hunter Lab73.63226.74758.9754
CIE-Lab78.588111.30275.8910

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

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

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

Base Numbers

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

RGB Percentages of Color #dcbbb8

%37.23
%31.64
%31.13

CMYK Percentages of Color #dcbbb8

%0
%15
%16
%14

Triadic Colors of #dcbbb8

#dcbbb8 #b8dcbb #bbb8dc

Analogous Colors of #dcbbb8

#dcbbb8 #dccdb8 #dcb8c7

Monochromatic Colors of #dcbbb8

#dcbbb8

Complementary Color

#dcbbb8 #b8d9dc

#dcbbb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbbb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbbb8 Color CSS Codes

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

#dcbbb8 Text Font Color

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

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


#dcbbb8 Background Color

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

This div background color is #dcbbb8


#dcbbb8 Border Color

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

This div border color is #dcbbb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbbb8


Comments

No comments written yet.

Please login to write comment.