Color Hex Logo

#bcaa2a Color Hex

#BCAA2A
(188,170,42)
0 Favorites   0 Comments

Color spaces of #bcaa2a

RGB 18817042
HSL0.150.630.45
HSV53°78°74°
CMYK 0.000.100.78   0.26
XYZ35.531739.60807.9629
Yxy39.60800.42760.4766
Hunter Lab62.9349-9.358736.5527
CIE-Lab69.1894-7.007863.2409

#bcaa2a color RGB value is (188,170,42).

#bcaa2a hex color red value is 188, green value is 170 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bcaa2a hue: 0.15 , saturation: 0.63 and the lightness value of bcaa2a is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101010 00101010
Octal 274 252 52
Decimal 188 170 42
Hex BC AA 2A

RGB Percentages of Color #bcaa2a

%47.00
%42.50
%10.50

CMYK Percentages of Color #bcaa2a

%0
%10
%78
%26

Triadic Colors of #bcaa2a

#bcaa2a #2abcaa #aa2abc

Analogous Colors of #bcaa2a

#bcaa2a #85bc2a #bc612a

Monochromatic Colors of #bcaa2a

#bcaa2a

Complementary Color

#bcaa2a #2a3cbc

#bcaa2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcaa2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcaa2a Color CSS Codes

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

#bcaa2a Text Font Color

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

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


#bcaa2a Background Color

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

This div background color is #bcaa2a


#bcaa2a Border Color

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

This div border color is #bcaa2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcaa2a


Comments

No comments written yet.

Please login to write comment.