Color Hex Logo

#bbc71f Color Hex

#BBC71F
(187,199,31)
0 Favorites   0 Comments

Color spaces of #bbc71f

RGB 18719931
HSL0.180.730.45
HSV64°84°78°
CMYK 0.060.000.84   0.22
XYZ41.164351.51069.0693
Yxy51.51060.40460.5063
Hunter Lab71.7709-23.220142.7475
CIE-Lab76.9873-22.512172.9786

#bbc71f color RGB value is (187,199,31).

#bbc71f hex color red value is 187, green value is 199 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #bbc71f hue: 0.18 , saturation: 0.73 and the lightness value of bbc71f is 0.45.

The process color (four color CMYK) of #bbc71f color hex is 0.06, 0.00, 0.84, 0.22. Web safe color of #bbc71f is #cccc33. Color #bbc71f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 00011111
Octal 273 307 37
Decimal 187 199 31
Hex BB C7 1F

RGB Percentages of Color #bbc71f

%44.84
%47.72
%7.43

CMYK Percentages of Color #bbc71f

%6
%0
%84
%22

Triadic Colors of #bbc71f

#bbc71f #1fbbc7 #c71fbb

Analogous Colors of #bbc71f

#bbc71f #67c71f #c77f1f

Monochromatic Colors of #bbc71f

#bbc71f

Complementary Color

#bbc71f #2b1fc7

#bbc71f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc71f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc71f Color CSS Codes

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

#bbc71f Text Font Color

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

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


#bbc71f Background Color

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

This div background color is #bbc71f


#bbc71f Border Color

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

This div border color is #bbc71f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc71f


Comments

No comments written yet.

Please login to write comment.