Color Hex Logo

#bca12a Color Hex

#BCA12A
(188,161,42)
0 Favorites   0 Comments

Color spaces of #bca12a

RGB 18816142
HSL0.140.630.45
HSV49°78°74°
CMYK 0.000.140.78   0.26
XYZ33.901836.34837.4196
Yxy36.34830.43650.4680
Hunter Lab60.2896-5.133234.9061
CIE-Lab66.7852-2.238761.0429

#bca12a color RGB value is (188,161,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 00101010
Octal 274 241 52
Decimal 188 161 42
Hex BC A1 2A

RGB Percentages of Color #bca12a

%48.08
%41.18
%10.74

CMYK Percentages of Color #bca12a

%0
%14
%78
%26

Triadic Colors of #bca12a

#bca12a #2abca1 #a12abc

Analogous Colors of #bca12a

#bca12a #8ebc2a #bc582a

Monochromatic Colors of #bca12a

#bca12a

Complementary Color

#bca12a #2a45bc

#bca12a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca12a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca12a Color CSS Codes

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

#bca12a Text Font Color

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

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


#bca12a Background Color

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

This div background color is #bca12a


#bca12a Border Color

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

This div border color is #bca12a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,161,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 #bca12a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca12a


Comments

No comments written yet.

Please login to write comment.