Color Hex Logo

#bbe20c Color Hex

#BBE20C
(187,226,12)
0 Favorites   0 Comments

Color spaces of #bbe20c

RGB 18722612
HSL0.200.900.47
HSV71°95°89°
CMYK 0.170.000.95   0.11
XYZ47.756264.984110.3740
Yxy64.98410.38790.5278
Hunter Lab80.6127-35.326148.7989
CIE-Lab84.4755-35.587381.8872

#bbe20c color RGB value is (187,226,12).

#bbe20c hex color red value is 187, green value is 226 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bbe20c hue: 0.20 , saturation: 0.90 and the lightness value of bbe20c is 0.47.

The process color (four color CMYK) of #bbe20c color hex is 0.17, 0.00, 0.95, 0.11. Web safe color of #bbe20c is #cccc00. Color #bbe20c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 00001100
Octal 273 342 14
Decimal 187 226 12
Hex BB E2 C

RGB Percentages of Color #bbe20c

%44.00
%53.18
%2.82

CMYK Percentages of Color #bbe20c

%17
%0
%95
%11

Triadic Colors of #bbe20c

#bbe20c #0cbbe2 #e20cbb

Analogous Colors of #bbe20c

#bbe20c #50e20c #e29e0c

Monochromatic Colors of #bbe20c

#bbe20c

Complementary Color

#bbe20c #330ce2

#bbe20c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe20c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe20c Color CSS Codes

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

#bbe20c Text Font Color

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

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


#bbe20c Background Color

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

This div background color is #bbe20c


#bbe20c Border Color

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

This div border color is #bbe20c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe20c


Comments

No comments written yet.

Please login to write comment.