Color Hex Logo

#bbba3f Color Hex

#BBBA3F
(187,186,63)
0 Favorites   0 Comments

Color spaces of #bbba3f

RGB 18718663
HSL0.170.500.49
HSV60°66°73°
CMYK 0.000.010.66   0.27
XYZ38.949646.041511.5367
Yxy46.04150.40350.4770
Hunter Lab67.8539-16.281437.4171
CIE-Lab73.5725-14.702759.7962

#bbba3f color RGB value is (187,186,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 00111111
Octal 273 272 77
Decimal 187 186 63
Hex BB BA 3F

RGB Percentages of Color #bbba3f

%42.89
%42.66
%14.45

CMYK Percentages of Color #bbba3f

%0
%1
%66
%27

Triadic Colors of #bbba3f

#bbba3f #3fbbba #ba3fbb

Analogous Colors of #bbba3f

#bbba3f #7ebb3f #bb7c3f

Monochromatic Colors of #bbba3f

#bbba3f

Complementary Color

#bbba3f #3f40bb

#bbba3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba3f Color CSS Codes

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

#bbba3f Text Font Color

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

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


#bbba3f Background Color

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

This div background color is #bbba3f


#bbba3f Border Color

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

This div border color is #bbba3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba3f


Comments

No comments written yet.

Please login to write comment.