Color Hex Logo

#5ba90e Color Hex

#5BA90E
(91,169,14)
0 Favorites   0 Comments

Color spaces of #5ba90e

RGB 9116914
HSL0.250.850.36
HSV90°92°66°
CMYK 0.460.000.92   0.34
XYZ18.581630.63185.3486
Yxy30.63180.34060.5614
Hunter Lab55.3460-36.926833.0125
CIE-Lab62.1956-46.858261.5729

#5ba90e color RGB value is (91,169,14).

#5ba90e hex color red value is 91, green value is 169 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #5ba90e hue: 0.25 , saturation: 0.85 and the lightness value of 5ba90e is 0.36.

The process color (four color CMYK) of #5ba90e color hex is 0.46, 0.00, 0.92, 0.34. Web safe color of #5ba90e is #669900. Color #5ba90e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101001 00001110
Octal 133 251 16
Decimal 91 169 14
Hex 5B A9 E

RGB Percentages of Color #5ba90e

%33.21
%61.68
%5.11

CMYK Percentages of Color #5ba90e

%46
%0
%92
%34

Triadic Colors of #5ba90e

#5ba90e #0e5ba9 #a90e5b

Analogous Colors of #5ba90e

#5ba90e #0ea90f #a9a90e

Monochromatic Colors of #5ba90e

#5ba90e

Complementary Color

#5ba90e #5c0ea9

#5ba90e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ba90e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ba90e Color CSS Codes

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

#5ba90e Text Font Color

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

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


#5ba90e Background Color

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

This div background color is #5ba90e


#5ba90e Border Color

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

This div border color is #5ba90e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(91,169,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5ba90e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5ba90e;
  -webkit-box-shadow: 1px 1px 3px 2px #5ba90e;
  box-shadow:         1px 1px 3px 2px #5ba90e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(91,169,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ba90e


Comments

No comments written yet.

Please login to write comment.