Color Hex Logo

#bcacab Color Hex

#BCACAB
(188,172,171)
0 Favorites   0 Comments

Color spaces of #bcacab

RGB 188172171
HSL0.010.110.70
HSV74°
CMYK 0.000.090.09   0.26
XYZ42.842243.136744.5963
Yxy43.13670.32810.3304
Hunter Lab65.67851.49845.7165
CIE-Lab71.64775.57512.5882

#bcacab color RGB value is (188,172,171).

#bcacab hex color red value is 188, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bcacab hue: 0.01 , saturation: 0.11 and the lightness value of bcacab is 0.70.

The process color (four color CMYK) of #bcacab color hex is 0.00, 0.09, 0.09, 0.26. Web safe color of #bcacab is #cc9999. Color #bcacab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10101011
Octal 274 254 253
Decimal 188 172 171
Hex BC AC AB

RGB Percentages of Color #bcacab

%35.40
%32.39
%32.20

CMYK Percentages of Color #bcacab

%0
%9
%9
%26

Triadic Colors of #bcacab

#bcacab #abbcac #acabbc

Analogous Colors of #bcacab

#bcacab #bcb5ab #bcabb3

Monochromatic Colors of #bcacab

#bcacab

Complementary Color

#bcacab #abbbbc

#bcacab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcacab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcacab Color CSS Codes

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

#bcacab Text Font Color

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

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


#bcacab Background Color

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

This div background color is #bcacab


#bcacab Border Color

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

This div border color is #bcacab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(188,172,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bcacab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bcacab;
  -webkit-box-shadow: 1px 1px 3px 2px #bcacab;
  box-shadow:         1px 1px 3px 2px #bcacab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,172,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcacab


Comments

No comments written yet.

Please login to write comment.