Color Hex Logo

#bbe20a Color Hex

#BBE20A
(187,226,10)
0 Favorites   0 Comments

Color spaces of #bbe20a

RGB 18722610
HSL0.200.920.46
HSV71°96°89°
CMYK 0.170.000.96   0.11
XYZ47.744764.979410.3130
Yxy64.97940.38810.5281
Hunter Lab80.6098-35.342748.8415
CIE-Lab84.4731-35.608882.0624

#bbe20a color RGB value is (187,226,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100010 00001010
Octal 273 342 12
Decimal 187 226 10
Hex BB E2 A

RGB Percentages of Color #bbe20a

%44.21
%53.43
%2.36

CMYK Percentages of Color #bbe20a

%17
%0
%96
%11

Triadic Colors of #bbe20a

#bbe20a #0abbe2 #e20abb

Analogous Colors of #bbe20a

#bbe20a #4fe20a #e29d0a

Monochromatic Colors of #bbe20a

#bbe20a

Complementary Color

#bbe20a #310ae2

#bbe20a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe20a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe20a Color CSS Codes

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

#bbe20a Text Font Color

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

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


#bbe20a Background Color

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

This div background color is #bbe20a


#bbe20a Border Color

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

This div border color is #bbe20a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe20a


Comments

No comments written yet.

Please login to write comment.