Color Hex Logo

#bbb54d Color Hex

#BBB54D
(187,181,77)
0 Favorites   0 Comments

Color spaces of #bbb54d

RGB 18718177
HSL0.160.450.52
HSV57°59°73°
CMYK 0.000.030.59   0.27
XYZ38.356944.148413.5210
Yxy44.14840.39940.4598
Hunter Lab66.4443-13.233134.4458
CIE-Lab72.3276-11.230352.5083

#bbb54d color RGB value is (187,181,77).

#bbb54d hex color red value is 187, green value is 181 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bbb54d hue: 0.16 , saturation: 0.45 and the lightness value of bbb54d is 0.52.

The process color (four color CMYK) of #bbb54d color hex is 0.00, 0.03, 0.59, 0.27. Web safe color of #bbb54d is #cccc66. Color #bbb54d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110101 01001101
Octal 273 265 115
Decimal 187 181 77
Hex BB B5 4D

RGB Percentages of Color #bbb54d

%42.02
%40.67
%17.30

CMYK Percentages of Color #bbb54d

%0
%3
%59
%27

Triadic Colors of #bbb54d

#bbb54d #4dbbb5 #b54dbb

Analogous Colors of #bbb54d

#bbb54d #8abb4d #bb7e4d

Monochromatic Colors of #bbb54d

#bbb54d

Complementary Color

#bbb54d #4d53bb

#bbb54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb54d Color CSS Codes

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

#bbb54d Text Font Color

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

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


#bbb54d Background Color

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

This div background color is #bbb54d


#bbb54d Border Color

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

This div border color is #bbb54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb54d


Comments

No comments written yet.

Please login to write comment.