Color Hex Logo

#5aba5f Color Hex

#5ABA5F
(90,186,95)
0 Favorites   0 Comments

Color spaces of #5aba5f

RGB 9018695
HSL0.340.410.54
HSV123°52°73°
CMYK 0.520.000.49   0.27
XYZ23.840938.117716.9274
Yxy38.11770.30220.4832
Hunter Lab61.7395-39.115926.9619
CIE-Lab68.1073-47.201737.4717

#5aba5f color RGB value is (90,186,95).

#5aba5f hex color red value is 90, green value is 186 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #5aba5f hue: 0.34 , saturation: 0.41 and the lightness value of 5aba5f is 0.54.

The process color (four color CMYK) of #5aba5f color hex is 0.52, 0.00, 0.49, 0.27. Web safe color of #5aba5f is #66cc66. Color #5aba5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 10111010 01011111
Octal 132 272 137
Decimal 90 186 95
Hex 5A BA 5F

RGB Percentages of Color #5aba5f

%24.26
%50.13
%25.61

CMYK Percentages of Color #5aba5f

%52
%0
%49
%27

Triadic Colors of #5aba5f

#5aba5f #5f5aba #ba5f5a

Analogous Colors of #5aba5f

#5aba5f #5aba8f #85ba5a

Monochromatic Colors of #5aba5f

#5aba5f

Complementary Color

#5aba5f #ba5ab5

#5aba5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aba5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aba5f Color CSS Codes

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

#5aba5f Text Font Color

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

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


#5aba5f Background Color

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

This div background color is #5aba5f


#5aba5f Border Color

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

This div border color is #5aba5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aba5f


Comments

No comments written yet.

Please login to write comment.