Color Hex Logo

#bcac9a Color Hex

#BCAC9A
(188,172,154)
1 Favorites   0 Comments

Color spaces of #bcac9a

RGB 188172154
HSL0.090.200.67
HSV32°18°74°
CMYK 0.000.090.18   0.26
XYZ41.324342.529536.6028
Yxy42.52950.34310.3531
Hunter Lab65.2146-1.016312.3728
CIE-Lab71.23452.774011.3402

#bcac9a color RGB value is (188,172,154).

#bcac9a hex color red value is 188, green value is 172 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #bcac9a hue: 0.09 , saturation: 0.20 and the lightness value of bcac9a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 10011010
Octal 274 254 232
Decimal 188 172 154
Hex BC AC 9A

RGB Percentages of Color #bcac9a

%36.58
%33.46
%29.96

CMYK Percentages of Color #bcac9a

%0
%9
%18
%26

Triadic Colors of #bcac9a

#bcac9a #9abcac #ac9abc

Analogous Colors of #bcac9a

#bcac9a #bbbc9a #bc9b9a

Monochromatic Colors of #bcac9a

#bcac9a

Complementary Color

#bcac9a #9aaabc

#bcac9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac9a Color CSS Codes

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

#bcac9a Text Font Color

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

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


#bcac9a Background Color

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

This div background color is #bcac9a


#bcac9a Border Color

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

This div border color is #bcac9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac9a


Comments

No comments written yet.

Please login to write comment.