Color Hex Logo

#bbc02e Color Hex

#BBC02E
(187,192,46)
0 Favorites   0 Comments

Color spaces of #bbc02e

RGB 18719246
HSL0.170.610.47
HSV62°76°75°
CMYK 0.030.000.76   0.25
XYZ39.836348.46139.8391
Yxy48.46130.40590.4938
Hunter Lab69.6142-19.679240.3500
CIE-Lab75.1150-18.554367.3460

#bbc02e color RGB value is (187,192,46).

#bbc02e hex color red value is 187, green value is 192 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #bbc02e hue: 0.17 , saturation: 0.61 and the lightness value of bbc02e is 0.47.

The process color (four color CMYK) of #bbc02e color hex is 0.03, 0.00, 0.76, 0.25. Web safe color of #bbc02e is #cccc33. Color #bbc02e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11000000 00101110
Octal 273 300 56
Decimal 187 192 46
Hex BB C0 2E

RGB Percentages of Color #bbc02e

%44.00
%45.18
%10.82

CMYK Percentages of Color #bbc02e

%3
%0
%76
%25

Triadic Colors of #bbc02e

#bbc02e #2ebbc0 #c02ebb

Analogous Colors of #bbc02e

#bbc02e #72c02e #c07c2e

Monochromatic Colors of #bbc02e

#bbc02e

Complementary Color

#bbc02e #332ec0

#bbc02e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbc02e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbc02e Color CSS Codes

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

#bbc02e Text Font Color

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

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


#bbc02e Background Color

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

This div background color is #bbc02e


#bbc02e Border Color

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

This div border color is #bbc02e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbc02e


Comments

No comments written yet.

Please login to write comment.