Color Hex Logo

#5baa0e Color Hex

#5BAA0E
(91,170,14)
0 Favorites   0 Comments

Color spaces of #5baa0e

RGB 9117014
HSL0.250.850.36
HSV90°92°67°
CMYK 0.460.000.92   0.33
XYZ18.768431.00535.4109
Yxy31.00530.34010.5618
Hunter Lab55.6824-37.278733.2162
CIE-Lab62.5121-47.253461.8354

#5baa0e color RGB value is (91,170,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011011 10101010 00001110
Octal 133 252 16
Decimal 91 170 14
Hex 5B AA E

RGB Percentages of Color #5baa0e

%33.09
%61.82
%5.09

CMYK Percentages of Color #5baa0e

%46
%0
%92
%33

Triadic Colors of #5baa0e

#5baa0e #0e5baa #aa0e5b

Analogous Colors of #5baa0e

#5baa0e #0eaa0f #a9aa0e

Monochromatic Colors of #5baa0e

#5baa0e

Complementary Color

#5baa0e #5d0eaa

#5baa0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5baa0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5baa0e Color CSS Codes

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

#5baa0e Text Font Color

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

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


#5baa0e Background Color

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

This div background color is #5baa0e


#5baa0e Border Color

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

This div border color is #5baa0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5baa0e


Comments

No comments written yet.

Please login to write comment.