Color Hex Logo

#bbc53b Color Hex

#BBC53B
(187,197,59)
0 Favorites   0 Comments

Color spaces of #bbc53b

RGB 18719759
HSL0.180.540.50
HSV64°70°77°
CMYK 0.050.000.70   0.23
XYZ41.249250.813111.7715
Yxy50.81310.39730.4894
Hunter Lab71.2833-21.454040.1074
CIE-Lab76.5657-20.434964.3191

#bbc53b color RGB value is (187,197,59).

#bbc53b hex color red value is 187, green value is 197 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bbc53b hue: 0.18 , saturation: 0.54 and the lightness value of bbc53b is 0.50.

The process color (four color CMYK) of #bbc53b color hex is 0.05, 0.00, 0.70, 0.23. Web safe color of #bbc53b is #cccc33. Color #bbc53b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 00111011
Octal 273 305 73
Decimal 187 197 59
Hex BB C5 3B

RGB Percentages of Color #bbc53b

%42.21
%44.47
%13.32

CMYK Percentages of Color #bbc53b

%5
%0
%70
%23

Triadic Colors of #bbc53b

#bbc53b #3bbbc5 #c53bbb

Analogous Colors of #bbc53b

#bbc53b #76c53b #c58a3b

Monochromatic Colors of #bbc53b

#bbc53b

Complementary Color

#bbc53b #453bc5

#bbc53b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc53b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc53b Color CSS Codes

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

#bbc53b Text Font Color

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

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


#bbc53b Background Color

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

This div background color is #bbc53b


#bbc53b Border Color

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

This div border color is #bbc53b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc53b


Comments

No comments written yet.

Please login to write comment.