Color Hex Logo

#bbe55a Color Hex

#BBE55A
(187,229,90)
0 Favorites   0 Comments

Color spaces of #bbe55a

RGB 18722990
HSL0.220.730.63
HSV78°61°90°
CMYK 0.180.000.61   0.10
XYZ50.358367.341620.0169
Yxy67.34160.36570.4890
Hunter Lab82.0619-34.069742.9811
CIE-Lab85.6762-33.670261.5823

#bbe55a color RGB value is (187,229,90).

#bbe55a hex color red value is 187, green value is 229 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bbe55a hue: 0.22 , saturation: 0.73 and the lightness value of bbe55a is 0.63.

The process color (four color CMYK) of #bbe55a color hex is 0.18, 0.00, 0.61, 0.10. Web safe color of #bbe55a is #cccc66. Color #bbe55a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 11100101 01011010
Octal 273 345 132
Decimal 187 229 90
Hex BB E5 5A

RGB Percentages of Color #bbe55a

%36.96
%45.26
%17.79

CMYK Percentages of Color #bbe55a

%18
%0
%61
%10

Triadic Colors of #bbe55a

#bbe55a #5abbe5 #e55abb

Analogous Colors of #bbe55a

#bbe55a #76e55a #e5ca5a

Monochromatic Colors of #bbe55a

#bbe55a

Complementary Color

#bbe55a #845ae5

#bbe55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbe55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbe55a Color CSS Codes

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

#bbe55a Text Font Color

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

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


#bbe55a Background Color

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

This div background color is #bbe55a


#bbe55a Border Color

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

This div border color is #bbe55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbe55a


Comments

No comments written yet.

Please login to write comment.