Color Hex Logo

#bbc51e Color Hex

#BBC51E
(187,197,30)
0 Favorites   0 Comments

Color spaces of #bbc51e

RGB 18719730
HSL0.180.740.45
HSV64°85°77°
CMYK 0.050.000.85   0.23
XYZ40.694150.59108.8485
Yxy50.59100.40640.5052
Hunter Lab71.1274-22.347642.4133
CIE-Lab76.4306-21.558572.7335

#bbc51e color RGB value is (187,197,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000101 00011110
Octal 273 305 36
Decimal 187 197 30
Hex BB C5 1E

RGB Percentages of Color #bbc51e

%45.17
%47.58
%7.25

CMYK Percentages of Color #bbc51e

%5
%0
%85
%23

Triadic Colors of #bbc51e

#bbc51e #1ebbc5 #c51ebb

Analogous Colors of #bbc51e

#bbc51e #68c51e #c57c1e

Monochromatic Colors of #bbc51e

#bbc51e

Complementary Color

#bbc51e #281ec5

#bbc51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc51e Color CSS Codes

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

#bbc51e Text Font Color

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

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


#bbc51e Background Color

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

This div background color is #bbc51e


#bbc51e Border Color

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

This div border color is #bbc51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc51e


Comments

No comments written yet.

Please login to write comment.