Color Hex Logo

#bbe50a Color Hex

#BBE50A
(187,229,10)
0 Favorites   0 Comments

Color spaces of #bbe50a

RGB 18722910
HSL0.200.920.47
HSV72°96°90°
CMYK 0.180.000.96   0.10
XYZ48.567666.625310.5874
Yxy66.62530.38610.5297
Hunter Lab81.6243-36.632649.4466
CIE-Lab85.3144-36.964382.7113

#bbe50a color RGB value is (187,229,10).

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

The process color (four color CMYK) of #bbe50a color hex is 0.18, 0.00, 0.96, 0.10. Web safe color of #bbe50a is #cccc00. Color #bbe50a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 00001010
Octal 273 345 12
Decimal 187 229 10
Hex BB E5 A

RGB Percentages of Color #bbe50a

%43.90
%53.76
%2.35

CMYK Percentages of Color #bbe50a

%18
%0
%96
%10

Triadic Colors of #bbe50a

#bbe50a #0abbe5 #e50abb

Analogous Colors of #bbe50a

#bbe50a #4ee50a #e5a20a

Monochromatic Colors of #bbe50a

#bbe50a

Complementary Color

#bbe50a #340ae5

#bbe50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe50a Color CSS Codes

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

#bbe50a Text Font Color

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

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


#bbe50a Background Color

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

This div background color is #bbe50a


#bbe50a Border Color

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

This div border color is #bbe50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe50a


Comments

No comments written yet.

Please login to write comment.