Color Hex Logo

#bbc53f Color Hex

#BBC53F
(187,197,63)
0 Favorites   0 Comments

Color spaces of #bbc53f

RGB 18719763
HSL0.180.540.51
HSV64°68°77°
CMYK 0.050.000.68   0.23
XYZ41.357050.856212.3391
Yxy50.85620.39560.4864
Hunter Lab71.3135-21.280839.6608
CIE-Lab76.5918-20.218162.8569

#bbc53f color RGB value is (187,197,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 00111111
Octal 273 305 77
Decimal 187 197 63
Hex BB C5 3F

RGB Percentages of Color #bbc53f

%41.83
%44.07
%14.09

CMYK Percentages of Color #bbc53f

%5
%0
%68
%23

Triadic Colors of #bbc53f

#bbc53f #3fbbc5 #c53fbb

Analogous Colors of #bbc53f

#bbc53f #78c53f #c58c3f

Monochromatic Colors of #bbc53f

#bbc53f

Complementary Color

#bbc53f #493fc5

#bbc53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc53f Color CSS Codes

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

#bbc53f Text Font Color

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

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


#bbc53f Background Color

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

This div background color is #bbc53f


#bbc53f Border Color

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

This div border color is #bbc53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc53f


Comments

No comments written yet.

Please login to write comment.