Color Hex Logo

#bbc70f Color Hex

#BBC70F
(187,199,15)
0 Favorites   0 Comments

Color spaces of #bbc70f

RGB 18719915
HSL0.180.860.42
HSV64°92°78°
CMYK 0.060.000.92   0.22
XYZ41.003251.44618.2209
Yxy51.44610.40730.5110
Hunter Lab71.7259-23.478243.4126
CIE-Lab76.9484-22.838875.7249

#bbc70f color RGB value is (187,199,15).

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

The process color (four color CMYK) of #bbc70f color hex is 0.06, 0.00, 0.92, 0.22. Web safe color of #bbc70f is #cccc00. Color #bbc70f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 00001111
Octal 273 307 17
Decimal 187 199 15
Hex BB C7 F

RGB Percentages of Color #bbc70f

%46.63
%49.63
%3.74

CMYK Percentages of Color #bbc70f

%6
%0
%92
%22

Triadic Colors of #bbc70f

#bbc70f #0fbbc7 #c70fbb

Analogous Colors of #bbc70f

#bbc70f #5fc70f #c7770f

Monochromatic Colors of #bbc70f

#bbc70f

Complementary Color

#bbc70f #1b0fc7

#bbc70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc70f Color CSS Codes

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

#bbc70f Text Font Color

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

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


#bbc70f Background Color

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

This div background color is #bbc70f


#bbc70f Border Color

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

This div border color is #bbc70f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,199,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 #bbc70f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc70f


Comments

No comments written yet.

Please login to write comment.