Color Hex Logo

#bbba3e Color Hex

#BBBA3E
(187,186,62)
0 Favorites   0 Comments

Color spaces of #bbba3e

RGB 18718662
HSL0.170.500.49
HSV60°67°73°
CMYK 0.000.010.67   0.27
XYZ38.921946.030411.3908
Yxy46.03040.40400.4778
Hunter Lab67.8457-16.327637.5376
CIE-Lab73.5653-14.759860.1844

#bbba3e color RGB value is (187,186,62).

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

The process color (four color CMYK) of #bbba3e color hex is 0.00, 0.01, 0.67, 0.27. Web safe color of #bbba3e is #cccc33. Color #bbba3e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00111110
Octal 273 272 76
Decimal 187 186 62
Hex BB BA 3E

RGB Percentages of Color #bbba3e

%42.99
%42.76
%14.25

CMYK Percentages of Color #bbba3e

%0
%1
%67
%27

Triadic Colors of #bbba3e

#bbba3e #3ebbba #ba3ebb

Analogous Colors of #bbba3e

#bbba3e #7ebb3e #bb7c3e

Monochromatic Colors of #bbba3e

#bbba3e

Complementary Color

#bbba3e #3e3fbb

#bbba3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba3e Color CSS Codes

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

#bbba3e Text Font Color

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

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


#bbba3e Background Color

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

This div background color is #bbba3e


#bbba3e Border Color

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

This div border color is #bbba3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba3e


Comments

No comments written yet.

Please login to write comment.