Color Hex Logo

#bbba57 Color Hex

#BBBA57
(187,186,87)
0 Favorites   0 Comments

Color spaces of #bbba57

RGB 18718687
HSL0.170.420.54
HSV59°53°73°
CMYK 0.000.010.53   0.27
XYZ39.772746.370715.8710
Yxy46.37070.38990.4546
Hunter Lab68.0960-14.912033.8486
CIE-Lab73.7854-13.022949.5470

#bbba57 color RGB value is (187,186,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10111010 01010111
Octal 273 272 127
Decimal 187 186 87
Hex BB BA 57

RGB Percentages of Color #bbba57

%40.65
%40.43
%18.91

CMYK Percentages of Color #bbba57

%0
%1
%53
%27

Triadic Colors of #bbba57

#bbba57 #57bbba #ba57bb

Analogous Colors of #bbba57

#bbba57 #8abb57 #bb8857

Monochromatic Colors of #bbba57

#bbba57

Complementary Color

#bbba57 #5758bb

#bbba57 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbba57 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbba57 Color CSS Codes

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

#bbba57 Text Font Color

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

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


#bbba57 Background Color

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

This div background color is #bbba57


#bbba57 Border Color

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

This div border color is #bbba57


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbba57


Comments

No comments written yet.

Please login to write comment.