Color Hex Logo

#bcac3e Color Hex

#BCAC3E
(188,172,62)
0 Favorites   0 Comments

Color spaces of #bcac3e

RGB 18817262
HSL0.150.500.49
HSV52°67°74°
CMYK 0.000.090.67   0.26
XYZ36.361140.544210.4668
Yxy40.54420.41620.4640
Hunter Lab63.6743-9.498034.8259
CIE-Lab69.8554-7.097356.4084

#bcac3e color RGB value is (188,172,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101100 00111110
Octal 274 254 76
Decimal 188 172 62
Hex BC AC 3E

RGB Percentages of Color #bcac3e

%44.55
%40.76
%14.69

CMYK Percentages of Color #bcac3e

%0
%9
%67
%26

Triadic Colors of #bcac3e

#bcac3e #3ebcac #ac3ebc

Analogous Colors of #bcac3e

#bcac3e #8dbc3e #bc6d3e

Monochromatic Colors of #bcac3e

#bcac3e

Complementary Color

#bcac3e #3e4ebc

#bcac3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcac3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcac3e Color CSS Codes

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

#bcac3e Text Font Color

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

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


#bcac3e Background Color

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

This div background color is #bcac3e


#bcac3e Border Color

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

This div border color is #bcac3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcac3e


Comments

No comments written yet.

Please login to write comment.