Color Hex Logo

#bba20f Color Hex

#BBA20F
(187,162,15)
0 Favorites   0 Comments

Color spaces of #bba20f

RGB 18716215
HSL0.140.850.40
HSV51°92°73°
CMYK 0.000.130.92   0.27
XYZ33.500136.43995.7199
Yxy36.43990.44280.4816
Hunter Lab60.3655-6.580236.6378
CIE-Lab66.8547-3.944367.9487

#bba20f color RGB value is (187,162,15).

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

The process color (four color CMYK) of #bba20f color hex is 0.00, 0.13, 0.92, 0.27. Web safe color of #bba20f is #cc9900. Color #bba20f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 00001111
Octal 273 242 17
Decimal 187 162 15
Hex BB A2 F

RGB Percentages of Color #bba20f

%51.37
%44.51
%4.12

CMYK Percentages of Color #bba20f

%0
%13
%92
%27

Triadic Colors of #bba20f

#bba20f #0fbba2 #a20fbb

Analogous Colors of #bba20f

#bba20f #7ebb0f #bb4c0f

Monochromatic Colors of #bba20f

#bba20f

Complementary Color

#bba20f #0f28bb

#bba20f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba20f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba20f Color CSS Codes

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

#bba20f Text Font Color

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

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


#bba20f Background Color

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

This div background color is #bba20f


#bba20f Border Color

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

This div border color is #bba20f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba20f


Comments

No comments written yet.

Please login to write comment.