Color Hex Logo

#bbaa1d Color Hex

#BBAA1D
(187,170,29)
0 Favorites   0 Comments

Color spaces of #bbaa1d

RGB 18717029
HSL0.150.730.42
HSV54°84°73°
CMYK 0.000.090.84   0.27
XYZ35.090039.40306.9185
Yxy39.40300.43100.4840
Hunter Lab62.7718-10.067637.4055
CIE-Lab69.0422-7.871966.8163

#bbaa1d color RGB value is (187,170,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10101010 00011101
Octal 273 252 35
Decimal 187 170 29
Hex BB AA 1D

RGB Percentages of Color #bbaa1d

%48.45
%44.04
%7.51

CMYK Percentages of Color #bbaa1d

%0
%9
%84
%27

Triadic Colors of #bbaa1d

#bbaa1d #1dbbaa #aa1dbb

Analogous Colors of #bbaa1d

#bbaa1d #7dbb1d #bb5b1d

Monochromatic Colors of #bbaa1d

#bbaa1d

Complementary Color

#bbaa1d #1d2ebb

#bbaa1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbaa1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbaa1d Color CSS Codes

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

#bbaa1d Text Font Color

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

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


#bbaa1d Background Color

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

This div background color is #bbaa1d


#bbaa1d Border Color

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

This div border color is #bbaa1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbaa1d


Comments

No comments written yet.

Please login to write comment.