Color Hex Logo

#bbab51 Color Hex

#BBAB51
(187,171,81)
0 Favorites   0 Comments

Color spaces of #bbab51

RGB 18717181
HSL0.140.440.53
HSV51°57°73°
CMYK 0.000.090.57   0.27
XYZ36.541640.284713.6344
Yxy40.28470.40400.4453
Hunter Lab63.4702-8.305431.6927
CIE-Lab69.6718-5.706547.6512

#bbab51 color RGB value is (187,171,81).

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

The process color (four color CMYK) of #bbab51 color hex is 0.00, 0.09, 0.57, 0.27. Web safe color of #bbab51 is #cc9966. Color #bbab51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 01010001
Octal 273 253 121
Decimal 187 171 81
Hex BB AB 51

RGB Percentages of Color #bbab51

%42.60
%38.95
%18.45

CMYK Percentages of Color #bbab51

%0
%9
%57
%27

Triadic Colors of #bbab51

#bbab51 #51bbab #ab51bb

Analogous Colors of #bbab51

#bbab51 #96bb51 #bb7651

Monochromatic Colors of #bbab51

#bbab51

Complementary Color

#bbab51 #5161bb

#bbab51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab51 Color CSS Codes

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

#bbab51 Text Font Color

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

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


#bbab51 Background Color

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

This div background color is #bbab51


#bbab51 Border Color

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

This div border color is #bbab51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab51


Comments

No comments written yet.

Please login to write comment.