Color Hex Logo

#bca11a Color Hex

#BCA11A
(188,161,26)
0 Favorites   0 Comments

Color spaces of #bca11a

RGB 18816126
HSL0.140.760.42
HSV50°86°74°
CMYK 0.000.140.86   0.26
XYZ33.670436.25576.2007
Yxy36.25570.44230.4763
Hunter Lab60.2127-5.556736.0432
CIE-Lab66.7148-2.744065.6651

#bca11a color RGB value is (188,161,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10100001 00011010
Octal 274 241 32
Decimal 188 161 26
Hex BC A1 1A

RGB Percentages of Color #bca11a

%50.13
%42.93
%6.93

CMYK Percentages of Color #bca11a

%0
%14
%86
%26

Triadic Colors of #bca11a

#bca11a #1abca1 #a11abc

Analogous Colors of #bca11a

#bca11a #86bc1a #bc501a

Monochromatic Colors of #bca11a

#bca11a

Complementary Color

#bca11a #1a35bc

#bca11a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bca11a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bca11a Color CSS Codes

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

#bca11a Text Font Color

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

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


#bca11a Background Color

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

This div background color is #bca11a


#bca11a Border Color

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

This div border color is #bca11a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bca11a


Comments

No comments written yet.

Please login to write comment.