Color Hex Logo

#bcac3f Color Hex

#BCAC3F
(188,172,63)
0 Favorites   0 Comments

Color spaces of #bcac3f

RGB 18817263
HSL0.150.500.49
HSV52°66°74°
CMYK 0.000.090.66   0.26
XYZ36.388840.555310.6127
Yxy40.55530.41560.4632
Hunter Lab63.6830-9.449634.6975
CIE-Lab69.8632-7.039055.9982

#bcac3f color RGB value is (188,172,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 00111111
Octal 274 254 77
Decimal 188 172 63
Hex BC AC 3F

RGB Percentages of Color #bcac3f

%44.44
%40.66
%14.89

CMYK Percentages of Color #bcac3f

%0
%9
%66
%26

Triadic Colors of #bcac3f

#bcac3f #3fbcac #ac3fbc

Analogous Colors of #bcac3f

#bcac3f #8ebc3f #bc6e3f

Monochromatic Colors of #bcac3f

#bcac3f

Complementary Color

#bcac3f #3f4fbc

#bcac3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac3f Color CSS Codes

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

#bcac3f Text Font Color

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

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


#bcac3f Background Color

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

This div background color is #bcac3f


#bcac3f Border Color

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

This div border color is #bcac3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac3f


Comments

No comments written yet.

Please login to write comment.