Color Hex Logo

#bbc50f Color Hex

#BBC50F
(187,197,15)
0 Favorites   0 Comments

Color spaces of #bbc50f

RGB 18719715
HSL0.180.860.42
HSV63°92°77°
CMYK 0.050.000.92   0.23
XYZ40.546050.53188.0685
Yxy50.53180.40900.5097
Hunter Lab71.0857-22.586943.0304
CIE-Lab76.3945-21.860775.2954

#bbc50f color RGB value is (187,197,15).

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

The process color (four color CMYK) of #bbc50f color hex is 0.05, 0.00, 0.92, 0.23. Web safe color of #bbc50f is #cccc00. Color #bbc50f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 00001111
Octal 273 305 17
Decimal 187 197 15
Hex BB C5 F

RGB Percentages of Color #bbc50f

%46.87
%49.37
%3.76

CMYK Percentages of Color #bbc50f

%5
%0
%92
%23

Triadic Colors of #bbc50f

#bbc50f #0fbbc5 #c50fbb

Analogous Colors of #bbc50f

#bbc50f #60c50f #c5740f

Monochromatic Colors of #bbc50f

#bbc50f

Complementary Color

#bbc50f #190fc5

#bbc50f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc50f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc50f Color CSS Codes

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

#bbc50f Text Font Color

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

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


#bbc50f Background Color

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

This div background color is #bbc50f


#bbc50f Border Color

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

This div border color is #bbc50f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc50f


Comments

No comments written yet.

Please login to write comment.