Color Hex Logo

#bcab1a Color Hex

#BCAB1A
(188,171,26)
0 Favorites   0 Comments

Color spaces of #bcab1a

RGB 18817126
HSL0.150.760.42
HSV54°86°74°
CMYK 0.000.090.86   0.26
XYZ35.488439.89186.8067
Yxy39.89180.43180.4854
Hunter Lab63.1600-10.234137.8223
CIE-Lab69.3924-8.029167.8523

#bcab1a color RGB value is (188,171,26).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 00011010
Octal 274 253 32
Decimal 188 171 26
Hex BC AB 1A

RGB Percentages of Color #bcab1a

%48.83
%44.42
%6.75

CMYK Percentages of Color #bcab1a

%0
%9
%86
%26

Triadic Colors of #bcab1a

#bcab1a #1abcab #ab1abc

Analogous Colors of #bcab1a

#bcab1a #7cbc1a #bc5a1a

Monochromatic Colors of #bcab1a

#bcab1a

Complementary Color

#bcab1a #1a2bbc

#bcab1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab1a Color CSS Codes

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

#bcab1a Text Font Color

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

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


#bcab1a Background Color

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

This div background color is #bcab1a


#bcab1a Border Color

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

This div border color is #bcab1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab1a


Comments

No comments written yet.

Please login to write comment.