Color Hex Logo

#bcac3b Color Hex

#BCAC3B
(188,172,59)
0 Favorites   0 Comments

Color spaces of #bcac3b

RGB 18817259
HSL0.150.520.48
HSV53°69°74°
CMYK 0.000.090.69   0.26
XYZ36.281040.512210.0451
Yxy40.51220.41780.4665
Hunter Lab63.6492-9.638435.1973
CIE-Lab69.8328-7.266757.6168

#bcac3b color RGB value is (188,172,59).

#bcac3b hex color red value is 188, green value is 172 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bcac3b hue: 0.15 , saturation: 0.52 and the lightness value of bcac3b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 00111011
Octal 274 254 73
Decimal 188 172 59
Hex BC AC 3B

RGB Percentages of Color #bcac3b

%44.87
%41.05
%14.08

CMYK Percentages of Color #bcac3b

%0
%9
%69
%26

Triadic Colors of #bcac3b

#bcac3b #3bbcac #ac3bbc

Analogous Colors of #bcac3b

#bcac3b #8cbc3b #bc6c3b

Monochromatic Colors of #bcac3b

#bcac3b

Complementary Color

#bcac3b #3b4bbc

#bcac3b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac3b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac3b Color CSS Codes

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

#bcac3b Text Font Color

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

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


#bcac3b Background Color

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

This div background color is #bcac3b


#bcac3b Border Color

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

This div border color is #bcac3b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac3b


Comments

No comments written yet.

Please login to write comment.