Color Hex Logo

#dcbba7 Color Hex

#DCBBA7
(220,187,167)
0 Favorites   0 Comments

Color spaces of #dcbba7

RGB 220187167
HSL0.060.430.76
HSV23°24°86°
CMYK 0.000.150.24   0.14
XYZ54.260653.546344.0348
Yxy53.54630.35730.3526
Hunter Lab73.17534.303615.5437
CIE-Lab78.19648.761814.5052

#dcbba7 color RGB value is (220,187,167).

#dcbba7 hex color red value is 220, green value is 187 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #dcbba7 hue: 0.06 , saturation: 0.43 and the lightness value of dcbba7 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 10111011 10100111
Octal 334 273 247
Decimal 220 187 167
Hex DC BB A7

RGB Percentages of Color #dcbba7

%38.33
%32.58
%29.09

CMYK Percentages of Color #dcbba7

%0
%15
%24
%14

Triadic Colors of #dcbba7

#dcbba7 #a7dcbb #bba7dc

Analogous Colors of #dcbba7

#dcbba7 #dcd6a7 #dca7ae

Monochromatic Colors of #dcbba7

#dcbba7

Complementary Color

#dcbba7 #a7c8dc

#dcbba7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcbba7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcbba7 Color CSS Codes

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

#dcbba7 Text Font Color

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

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


#dcbba7 Background Color

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

This div background color is #dcbba7


#dcbba7 Border Color

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

This div border color is #dcbba7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcbba7


Comments

No comments written yet.

Please login to write comment.