Color Hex Logo

#bbba19 Color Hex

#BBBA19
(187,186,25)
0 Favorites   0 Comments

Color spaces of #bbba19

RGB 18718625
HSL0.170.760.42
HSV60°87°73°
CMYK 0.000.010.87   0.27
XYZ38.227945.75287.7361
Yxy45.75280.41680.4988
Hunter Lab67.6408-17.490340.5676
CIE-Lab73.3848-16.202271.2761

#bbba19 color RGB value is (187,186,25).

#bbba19 hex color red value is 187, green value is 186 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #bbba19 hue: 0.17 , saturation: 0.76 and the lightness value of bbba19 is 0.42.

The process color (four color CMYK) of #bbba19 color hex is 0.00, 0.01, 0.87, 0.27. Web safe color of #bbba19 is #cccc00. Color #bbba19 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00011001
Octal 273 272 31
Decimal 187 186 25
Hex BB BA 19

RGB Percentages of Color #bbba19

%46.98
%46.73
%6.28

CMYK Percentages of Color #bbba19

%0
%1
%87
%27

Triadic Colors of #bbba19

#bbba19 #19bbba #ba19bb

Analogous Colors of #bbba19

#bbba19 #6bbb19 #bb6919

Monochromatic Colors of #bbba19

#bbba19

Complementary Color

#bbba19 #191abb

#bbba19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba19 Color CSS Codes

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

#bbba19 Text Font Color

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

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


#bbba19 Background Color

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

This div background color is #bbba19


#bbba19 Border Color

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

This div border color is #bbba19


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba19


Comments

No comments written yet.

Please login to write comment.