Color Hex Logo

#bbab01 Color Hex

#BBAB01
(187,171,1)
0 Favorites   0 Comments

Color spaces of #bbab01

RGB 1871711
HSL0.150.990.37
HSV55°99°73°
CMYK 0.000.090.99   0.27
XYZ35.061939.69285.8422
Yxy39.69280.43500.4925
Hunter Lab63.0022-10.915338.6036
CIE-Lab69.2502-8.864271.5488

#bbab01 color RGB value is (187,171,1).

#bbab01 hex color red value is 187, green value is 171 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bbab01 hue: 0.15 , saturation: 0.99 and the lightness value of bbab01 is 0.37.

The process color (four color CMYK) of #bbab01 color hex is 0.00, 0.09, 0.99, 0.27. Web safe color of #bbab01 is #cc9900. Color #bbab01 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 00000001
Octal 273 253 1
Decimal 187 171 1
Hex BB AB 1

RGB Percentages of Color #bbab01

%52.09
%47.63
%0.28

CMYK Percentages of Color #bbab01

%0
%9
%99
%27

Triadic Colors of #bbab01

#bbab01 #01bbab #ab01bb

Analogous Colors of #bbab01

#bbab01 #6ebb01 #bb4e01

Monochromatic Colors of #bbab01

#bbab01

Complementary Color

#bbab01 #0111bb

#bbab01 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab01 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab01 Color CSS Codes

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

#bbab01 Text Font Color

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

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


#bbab01 Background Color

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

This div background color is #bbab01


#bbab01 Border Color

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

This div border color is #bbab01


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab01


Comments

No comments written yet.

Please login to write comment.