Color Hex Logo

#bbc11e Color Hex

#BBC11E
(187,193,30)
0 Favorites   0 Comments

Color spaces of #bbc11e

RGB 18719330
HSL0.170.730.44
HSV62°84°76°
CMYK 0.030.000.84   0.24
XYZ39.797848.79858.5498
Yxy48.79850.40970.5023
Hunter Lab69.8559-20.554241.6425
CIE-Lab75.3258-19.583771.8146

#bbc11e color RGB value is (187,193,30).

#bbc11e hex color red value is 187, green value is 193 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bbc11e hue: 0.17 , saturation: 0.73 and the lightness value of bbc11e is 0.44.

The process color (four color CMYK) of #bbc11e color hex is 0.03, 0.00, 0.84, 0.24. Web safe color of #bbc11e is #cccc33. Color #bbc11e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000001 00011110
Octal 273 301 36
Decimal 187 193 30
Hex BB C1 1E

RGB Percentages of Color #bbc11e

%45.61
%47.07
%7.32

CMYK Percentages of Color #bbc11e

%3
%0
%84
%24

Triadic Colors of #bbc11e

#bbc11e #1ebbc1 #c11ebb

Analogous Colors of #bbc11e

#bbc11e #6ac11e #c1761e

Monochromatic Colors of #bbc11e

#bbc11e

Complementary Color

#bbc11e #241ec1

#bbc11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc11e Color CSS Codes

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

#bbc11e Text Font Color

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

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


#bbc11e Background Color

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

This div background color is #bbc11e


#bbc11e Border Color

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

This div border color is #bbc11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc11e


Comments

No comments written yet.

Please login to write comment.