Color Hex Logo

#bbba50 Color Hex

#BBBA50
(187,186,80)
0 Favorites   0 Comments

Color spaces of #bbba50

RGB 18718680
HSL0.170.440.52
HSV59°57°73°
CMYK 0.000.010.57   0.27
XYZ39.500446.261814.4369
Yxy46.26180.39420.4617
Hunter Lab68.0160-15.363935.0265
CIE-Lab73.7151-13.575152.6966

#bbba50 color RGB value is (187,186,80).

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

The process color (four color CMYK) of #bbba50 color hex is 0.00, 0.01, 0.57, 0.27. Web safe color of #bbba50 is #cccc66. Color #bbba50 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 01010000
Octal 273 272 120
Decimal 187 186 80
Hex BB BA 50

RGB Percentages of Color #bbba50

%41.28
%41.06
%17.66

CMYK Percentages of Color #bbba50

%0
%1
%57
%27

Triadic Colors of #bbba50

#bbba50 #50bbba #ba50bb

Analogous Colors of #bbba50

#bbba50 #87bb50 #bb8550

Monochromatic Colors of #bbba50

#bbba50

Complementary Color

#bbba50 #5051bb

#bbba50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba50 Color CSS Codes

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

#bbba50 Text Font Color

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

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


#bbba50 Background Color

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

This div background color is #bbba50


#bbba50 Border Color

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

This div border color is #bbba50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba50


Comments

No comments written yet.

Please login to write comment.