Color Hex Logo

#bcaca3 Color Hex

#BCACA3
(188,172,163)
0 Favorites   0 Comments

Color spaces of #bcaca3

RGB 188172163
HSL0.060.160.69
HSV22°13°74°
CMYK 0.000.090.13   0.26
XYZ42.102442.840840.7004
Yxy42.84080.33510.3410
Hunter Lab65.45290.27718.9489
CIE-Lab71.44684.22156.6994

#bcaca3 color RGB value is (188,172,163).

#bcaca3 hex color red value is 188, green value is 172 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #bcaca3 hue: 0.06 , saturation: 0.16 and the lightness value of bcaca3 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10100011
Octal 274 254 243
Decimal 188 172 163
Hex BC AC A3

RGB Percentages of Color #bcaca3

%35.95
%32.89
%31.17

CMYK Percentages of Color #bcaca3

%0
%9
%13
%26

Triadic Colors of #bcaca3

#bcaca3 #a3bcac #aca3bc

Analogous Colors of #bcaca3

#bcaca3 #bcb9a3 #bca3a7

Monochromatic Colors of #bcaca3

#bcaca3

Complementary Color

#bcaca3 #a3b3bc

#bcaca3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaca3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaca3 Color CSS Codes

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

#bcaca3 Text Font Color

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

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


#bcaca3 Background Color

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

This div background color is #bcaca3


#bcaca3 Border Color

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

This div border color is #bcaca3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaca3


Comments

No comments written yet.

Please login to write comment.