Color Hex Logo

#bba200 Color Hex

#BBA200
(187,162,0)
0 Favorites   0 Comments

Color spaces of #bba200

RGB 1871620
HSL0.141.000.37
HSV52°100°73°
CMYK 0.000.131.00   0.27
XYZ33.413836.40555.2659
Yxy36.40550.44500.4849
Hunter Lab60.3370-6.738837.0614
CIE-Lab66.8286-4.135469.9404

#bba200 color RGB value is (187,162,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 00000000
Octal 273 242 0
Decimal 187 162 0
Hex BB A2 0

RGB Percentages of Color #bba200

%53.58
%46.42
%0.00

CMYK Percentages of Color #bba200

%0
%13
%100
%27

Triadic Colors of #bba200

#bba200 #00bba2 #a200bb

Analogous Colors of #bba200

#bba200 #77bb00 #bb4500

Monochromatic Colors of #bba200

#bba200

Complementary Color

#bba200 #0019bb

#bba200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba200 Color CSS Codes

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

#bba200 Text Font Color

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

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


#bba200 Background Color

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

This div background color is #bba200


#bba200 Border Color

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

This div border color is #bba200


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba200


Comments

No comments written yet.

Please login to write comment.