Color Hex Logo

#bee55a Color Hex

#BEE55A
(190,229,90)
0 Favorites   0 Comments

Color spaces of #bee55a

RGB 19022990
HSL0.210.730.63
HSV77°61°90°
CMYK 0.170.000.61   0.10
XYZ51.100067.724020.0516
Yxy67.72400.36800.4877
Hunter Lab82.2946-33.177843.1598
CIE-Lab85.8683-32.521561.8478

#bee55a color RGB value is (190,229,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 11100101 01011010
Octal 276 345 132
Decimal 190 229 90
Hex BE E5 5A

RGB Percentages of Color #bee55a

%37.33
%44.99
%17.68

CMYK Percentages of Color #bee55a

%17
%0
%61
%10

Triadic Colors of #bee55a

#bee55a #5abee5 #e55abe

Analogous Colors of #bee55a

#bee55a #79e55a #e5c75a

Monochromatic Colors of #bee55a

#bee55a

Complementary Color

#bee55a #815ae5

#bee55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bee55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bee55a Color CSS Codes

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

#bee55a Text Font Color

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

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


#bee55a Background Color

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

This div background color is #bee55a


#bee55a Border Color

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

This div border color is #bee55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bee55a


Comments

No comments written yet.

Please login to write comment.