Color Hex Logo

#bbab43 Color Hex

#BBAB43
(187,171,67)
0 Favorites   0 Comments

Color spaces of #bbab43

RGB 18717167
HSL0.140.470.50
HSV52°64°73°
CMYK 0.000.090.64   0.27
XYZ36.069540.095911.1484
Yxy40.09590.41310.4592
Hunter Lab63.3213-9.134033.8863
CIE-Lab69.5378-6.701253.9138

#bbab43 color RGB value is (187,171,67).

#bbab43 hex color red value is 187, green value is 171 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #bbab43 hue: 0.14 , saturation: 0.47 and the lightness value of bbab43 is 0.50.

The process color (four color CMYK) of #bbab43 color hex is 0.00, 0.09, 0.64, 0.27. Web safe color of #bbab43 is #cc9933. Color #bbab43 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 01000011
Octal 273 253 103
Decimal 187 171 67
Hex BB AB 43

RGB Percentages of Color #bbab43

%44.00
%40.24
%15.76

CMYK Percentages of Color #bbab43

%0
%9
%64
%27

Triadic Colors of #bbab43

#bbab43 #43bbab #ab43bb

Analogous Colors of #bbab43

#bbab43 #8fbb43 #bb6f43

Monochromatic Colors of #bbab43

#bbab43

Complementary Color

#bbab43 #4353bb

#bbab43 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab43 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab43 Color CSS Codes

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

#bbab43 Text Font Color

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

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


#bbab43 Background Color

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

This div background color is #bbab43


#bbab43 Border Color

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

This div border color is #bbab43


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab43


Comments

No comments written yet.

Please login to write comment.