Color Hex Logo

#bbaa1e Color Hex

#BBAA1E
(187,170,30)
0 Favorites   0 Comments

Color spaces of #bbaa1e

RGB 18717030
HSL0.150.720.43
HSV54°84°73°
CMYK 0.000.090.84   0.27
XYZ35.102639.40806.9847
Yxy39.40800.43070.4836
Hunter Lab62.7758-10.045037.3462
CIE-Lab69.0458-7.844566.5688

#bbaa1e color RGB value is (187,170,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 00011110
Octal 273 252 36
Decimal 187 170 30
Hex BB AA 1E

RGB Percentages of Color #bbaa1e

%48.32
%43.93
%7.75

CMYK Percentages of Color #bbaa1e

%0
%9
%84
%27

Triadic Colors of #bbaa1e

#bbaa1e #1ebbaa #aa1ebb

Analogous Colors of #bbaa1e

#bbaa1e #7ebb1e #bb5c1e

Monochromatic Colors of #bbaa1e

#bbaa1e

Complementary Color

#bbaa1e #1e2fbb

#bbaa1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaa1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaa1e Color CSS Codes

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

#bbaa1e Text Font Color

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

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


#bbaa1e Background Color

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

This div background color is #bbaa1e


#bbaa1e Border Color

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

This div border color is #bbaa1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaa1e


Comments

No comments written yet.

Please login to write comment.