Color Hex Logo

#bba21f Color Hex

#BBA21F
(187,162,31)
0 Favorites   0 Comments

Color spaces of #bba21f

RGB 18716231
HSL0.140.720.43
HSV50°83°73°
CMYK 0.000.130.83   0.27
XYZ33.661236.50446.5682
Yxy36.50440.43870.4757
Hunter Lab60.4189-6.285235.8477
CIE-Lab66.9035-3.589664.4993

#bba21f color RGB value is (187,162,31).

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

The process color (four color CMYK) of #bba21f color hex is 0.00, 0.13, 0.83, 0.27. Web safe color of #bba21f is #cc9933. Color #bba21f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 00011111
Octal 273 242 37
Decimal 187 162 31
Hex BB A2 1F

RGB Percentages of Color #bba21f

%49.21
%42.63
%8.16

CMYK Percentages of Color #bba21f

%0
%13
%83
%27

Triadic Colors of #bba21f

#bba21f #1fbba2 #a21fbb

Analogous Colors of #bba21f

#bba21f #86bb1f #bb541f

Monochromatic Colors of #bba21f

#bba21f

Complementary Color

#bba21f #1f38bb

#bba21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba21f Color CSS Codes

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

#bba21f Text Font Color

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

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


#bba21f Background Color

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

This div background color is #bba21f


#bba21f Border Color

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

This div border color is #bba21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba21f


Comments

No comments written yet.

Please login to write comment.