Color Hex Logo

#bbac21 Color Hex

#BBAC21
(187,172,33)
0 Favorites   0 Comments

Color spaces of #bbac21

RGB 18717233
HSL0.150.700.43
HSV54°82°73°
CMYK 0.000.080.82   0.27
XYZ35.520640.17967.3222
Yxy40.17960.42780.4840
Hunter Lab63.3874-10.901337.5223
CIE-Lab69.5973-8.803366.2503

#bbac21 color RGB value is (187,172,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101100 00100001
Octal 273 254 41
Decimal 187 172 33
Hex BB AC 21

RGB Percentages of Color #bbac21

%47.70
%43.88
%8.42

CMYK Percentages of Color #bbac21

%0
%8
%82
%27

Triadic Colors of #bbac21

#bbac21 #21bbac #ac21bb

Analogous Colors of #bbac21

#bbac21 #7dbb21 #bb5f21

Monochromatic Colors of #bbac21

#bbac21

Complementary Color

#bbac21 #2130bb

#bbac21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbac21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbac21 Color CSS Codes

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

#bbac21 Text Font Color

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

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


#bbac21 Background Color

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

This div background color is #bbac21


#bbac21 Border Color

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

This div border color is #bbac21


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,172,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 #bbac21">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbac21


Comments

No comments written yet.

Please login to write comment.