Color Hex Logo

#bcab2b Color Hex

#BCAB2B
(188,171,43)
0 Favorites   0 Comments

Color spaces of #bcab2b

RGB 18817143
HSL0.150.630.45
HSV53°77°74°
CMYK 0.000.090.77   0.26
XYZ35.738039.99168.1211
Yxy39.99160.42620.4769
Hunter Lab63.2389-9.793036.6533
CIE-Lab69.4635-7.493663.1633

#bcab2b color RGB value is (188,171,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10101011 00101011
Octal 274 253 53
Decimal 188 171 43
Hex BC AB 2B

RGB Percentages of Color #bcab2b

%46.77
%42.54
%10.70

CMYK Percentages of Color #bcab2b

%0
%9
%77
%26

Triadic Colors of #bcab2b

#bcab2b #2bbcab #ab2bbc

Analogous Colors of #bcab2b

#bcab2b #85bc2b #bc622b

Monochromatic Colors of #bcab2b

#bcab2b

Complementary Color

#bcab2b #2b3cbc

#bcab2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcab2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcab2b Color CSS Codes

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

#bcab2b Text Font Color

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

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


#bcab2b Background Color

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

This div background color is #bcab2b


#bcab2b Border Color

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

This div border color is #bcab2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcab2b


Comments

No comments written yet.

Please login to write comment.