Color Hex Logo

#5aac0e Color Hex

#5AAC0E
(90,172,14)
0 Favorites   0 Comments

Color spaces of #5aac0e

RGB 9017214
HSL0.250.850.36
HSV91°92°67°
CMYK 0.480.000.92   0.33
XYZ19.048231.71045.5322
Yxy31.71040.33840.5633
Hunter Lab56.3120-38.166233.5936
CIE-Lab63.1028-48.359862.3084

#5aac0e color RGB value is (90,172,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011010 10101100 00001110
Octal 132 254 16
Decimal 90 172 14
Hex 5A AC E

RGB Percentages of Color #5aac0e

%32.61
%62.32
%5.07

CMYK Percentages of Color #5aac0e

%48
%0
%92
%33

Triadic Colors of #5aac0e

#5aac0e #0e5aac #ac0e5a

Analogous Colors of #5aac0e

#5aac0e #0eac11 #a9ac0e

Monochromatic Colors of #5aac0e

#5aac0e

Complementary Color

#5aac0e #600eac

#5aac0e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aac0e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aac0e Color CSS Codes

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

#5aac0e Text Font Color

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

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


#5aac0e Background Color

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

This div background color is #5aac0e


#5aac0e Border Color

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

This div border color is #5aac0e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aac0e


Comments

No comments written yet.

Please login to write comment.