Color Hex Logo

#bbc70e Color Hex

#BBC70E
(187,199,14)
0 Favorites   0 Comments

Color spaces of #bbc70e

RGB 18719914
HSL0.180.870.42
HSV64°93°78°
CMYK 0.060.000.93   0.22
XYZ40.996251.44338.1843
Yxy51.44330.40740.5112
Hunter Lab71.7240-23.489443.4413
CIE-Lab76.9468-22.853175.8476

#bbc70e color RGB value is (187,199,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000111 00001110
Octal 273 307 16
Decimal 187 199 14
Hex BB C7 E

RGB Percentages of Color #bbc70e

%46.75
%49.75
%3.50

CMYK Percentages of Color #bbc70e

%6
%0
%93
%22

Triadic Colors of #bbc70e

#bbc70e #0ebbc7 #c70ebb

Analogous Colors of #bbc70e

#bbc70e #5fc70e #c7770e

Monochromatic Colors of #bbc70e

#bbc70e

Complementary Color

#bbc70e #1a0ec7

#bbc70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc70e Color CSS Codes

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

#bbc70e Text Font Color

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

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


#bbc70e Background Color

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

This div background color is #bbc70e


#bbc70e Border Color

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

This div border color is #bbc70e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc70e


Comments

No comments written yet.

Please login to write comment.