Color Hex Logo

#bcaa3a Color Hex

#BCAA3A
(188,170,58)
0 Favorites   0 Comments

Color spaces of #bcaa3a

RGB 18817058
HSL0.140.530.48
HSV52°69°74°
CMYK 0.000.100.69   0.26
XYZ35.877539.74639.7838
Yxy39.74630.42010.4654
Hunter Lab63.0447-8.747334.9301
CIE-Lab69.2885-6.270057.4688

#bcaa3a color RGB value is (188,170,58).

#bcaa3a hex color red value is 188, green value is 170 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bcaa3a hue: 0.14 , saturation: 0.53 and the lightness value of bcaa3a is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 00111010
Octal 274 252 72
Decimal 188 170 58
Hex BC AA 3A

RGB Percentages of Color #bcaa3a

%45.19
%40.87
%13.94

CMYK Percentages of Color #bcaa3a

%0
%10
%69
%26

Triadic Colors of #bcaa3a

#bcaa3a #3abcaa #aa3abc

Analogous Colors of #bcaa3a

#bcaa3a #8dbc3a #bc693a

Monochromatic Colors of #bcaa3a

#bcaa3a

Complementary Color

#bcaa3a #3a4cbc

#bcaa3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaa3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaa3a Color CSS Codes

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

#bcaa3a Text Font Color

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

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


#bcaa3a Background Color

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

This div background color is #bcaa3a


#bcaa3a Border Color

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

This div border color is #bcaa3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaa3a


Comments

No comments written yet.

Please login to write comment.