Color Hex Logo

#bbab21 Color Hex

#BBAB21
(187,171,33)
0 Favorites   0 Comments

Color spaces of #bbab21

RGB 18717133
HSL0.150.700.43
HSV54°82°73°
CMYK 0.000.090.82   0.27
XYZ35.330939.80047.2590
Yxy39.80040.42880.4831
Hunter Lab63.0876-10.437937.3392
CIE-Lab69.3271-8.281266.0192

#bbab21 color RGB value is (187,171,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101011 00100001
Octal 273 253 41
Decimal 187 171 33
Hex BB AB 21

RGB Percentages of Color #bbab21

%47.83
%43.73
%8.44

CMYK Percentages of Color #bbab21

%0
%9
%82
%27

Triadic Colors of #bbab21

#bbab21 #21bbab #ab21bb

Analogous Colors of #bbab21

#bbab21 #7ebb21 #bb5e21

Monochromatic Colors of #bbab21

#bbab21

Complementary Color

#bbab21 #2131bb

#bbab21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbab21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbab21 Color CSS Codes

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

#bbab21 Text Font Color

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

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


#bbab21 Background Color

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

This div background color is #bbab21


#bbab21 Border Color

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

This div border color is #bbab21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbab21


Comments

No comments written yet.

Please login to write comment.