Color Hex Logo

#bbb357 Color Hex

#BBB357
(187,179,87)
0 Favorites   0 Comments

Color spaces of #bbb357

RGB 18717987
HSL0.150.420.54
HSV55°53°73°
CMYK 0.000.040.53   0.27
XYZ38.333943.493115.3914
Yxy43.49310.39430.4474
Hunter Lab65.9493-11.655832.3273
CIE-Lab71.8884-9.411147.3473

#bbb357 color RGB value is (187,179,87).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110011 01010111
Octal 273 263 127
Decimal 187 179 87
Hex BB B3 57

RGB Percentages of Color #bbb357

%41.28
%39.51
%19.21

CMYK Percentages of Color #bbb357

%0
%4
%53
%27

Triadic Colors of #bbb357

#bbb357 #57bbb3 #b357bb

Analogous Colors of #bbb357

#bbb357 #91bb57 #bb8157

Monochromatic Colors of #bbb357

#bbb357

Complementary Color

#bbb357 #575fbb

#bbb357 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb357 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb357 Color CSS Codes

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

#bbb357 Text Font Color

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

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


#bbb357 Background Color

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

This div background color is #bbb357


#bbb357 Border Color

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

This div border color is #bbb357


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,179,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 #bbb357">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb357


Comments

No comments written yet.

Please login to write comment.