Color Hex Logo

#bbc52f Color Hex

#BBC52F
(187,197,47)
0 Favorites   0 Comments

Color spaces of #bbc52f

RGB 18719747
HSL0.180.610.48
HSV64°76°77°
CMYK 0.050.000.76   0.23
XYZ40.972950.702510.3164
Yxy50.70250.40170.4971
Hunter Lab71.2057-21.898241.2539
CIE-Lab76.4984-20.992368.3029

#bbc52f color RGB value is (187,197,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 00101111
Octal 273 305 57
Decimal 187 197 47
Hex BB C5 2F

RGB Percentages of Color #bbc52f

%43.39
%45.71
%10.90

CMYK Percentages of Color #bbc52f

%5
%0
%76
%23

Triadic Colors of #bbc52f

#bbc52f #2fbbc5 #c52fbb

Analogous Colors of #bbc52f

#bbc52f #70c52f #c5842f

Monochromatic Colors of #bbc52f

#bbc52f

Complementary Color

#bbc52f #392fc5

#bbc52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc52f Color CSS Codes

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

#bbc52f Text Font Color

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

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


#bbc52f Background Color

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

This div background color is #bbc52f


#bbc52f Border Color

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

This div border color is #bbc52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc52f


Comments

No comments written yet.

Please login to write comment.