Color Hex Logo

#bba30b Color Hex

#BBA30B
(187,163,11)
0 Favorites   0 Comments

Color spaces of #bba30b

RGB 18716311
HSL0.140.890.39
HSV52°94°73°
CMYK 0.000.130.94   0.27
XYZ33.651136.78335.6429
Yxy36.78330.44230.4835
Hunter Lab60.6492-7.095836.9380
CIE-Lab67.1141-4.532768.7337

#bba30b color RGB value is (187,163,11).

#bba30b hex color red value is 187, green value is 163 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #bba30b hue: 0.14 , saturation: 0.89 and the lightness value of bba30b is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 00001011
Octal 273 243 13
Decimal 187 163 11
Hex BB A3 B

RGB Percentages of Color #bba30b

%51.80
%45.15
%3.05

CMYK Percentages of Color #bba30b

%0
%13
%94
%27

Triadic Colors of #bba30b

#bba30b #0bbba3 #a30bbb

Analogous Colors of #bba30b

#bba30b #7bbb0b #bb4b0b

Monochromatic Colors of #bba30b

#bba30b

Complementary Color

#bba30b #0b23bb

#bba30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba30b Color CSS Codes

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

#bba30b Text Font Color

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

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


#bba30b Background Color

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

This div background color is #bba30b


#bba30b Border Color

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

This div border color is #bba30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba30b


Comments

No comments written yet.

Please login to write comment.