Color Hex Logo

#bbba16 Color Hex

#BBBA16
(187,186,22)
0 Favorites   0 Comments

Color spaces of #bbba16

RGB 18718622
HSL0.170.790.41
HSV60°88°73°
CMYK 0.000.010.88   0.27
XYZ38.197245.74057.5747
Yxy45.74050.41740.4998
Hunter Lab67.6317-17.541940.7018
CIE-Lab73.3768-16.266571.8425

#bbba16 color RGB value is (187,186,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00010110
Octal 273 272 26
Decimal 187 186 22
Hex BB BA 16

RGB Percentages of Color #bbba16

%47.34
%47.09
%5.57

CMYK Percentages of Color #bbba16

%0
%1
%88
%27

Triadic Colors of #bbba16

#bbba16 #16bbba #ba16bb

Analogous Colors of #bbba16

#bbba16 #6abb16 #bb6816

Monochromatic Colors of #bbba16

#bbba16

Complementary Color

#bbba16 #1617bb

#bbba16 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba16 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba16 Color CSS Codes

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

#bbba16 Text Font Color

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

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


#bbba16 Background Color

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

This div background color is #bbba16


#bbba16 Border Color

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

This div border color is #bbba16


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba16


Comments

No comments written yet.

Please login to write comment.