Color Hex Logo

#5aca3f Color Hex

#5ACA3F
(90,202,63)
0 Favorites   0 Comments

Color spaces of #5aca3f

RGB 9020263
HSL0.300.570.52
HSV108°69°79°
CMYK 0.550.000.69   0.21
XYZ26.234244.773611.9621
Yxy44.77360.31620.5396
Hunter Lab66.9131-47.114536.2398
CIE-Lab72.7426-56.964557.2161

#5aca3f color RGB value is (90,202,63).

#5aca3f hex color red value is 90, green value is 202 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #5aca3f hue: 0.30 , saturation: 0.57 and the lightness value of 5aca3f is 0.52.

The process color (four color CMYK) of #5aca3f color hex is 0.55, 0.00, 0.69, 0.21. Web safe color of #5aca3f is #66cc33. Color #5aca3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011010 11001010 00111111
Octal 132 312 77
Decimal 90 202 63
Hex 5A CA 3F

RGB Percentages of Color #5aca3f

%25.35
%56.90
%17.75

CMYK Percentages of Color #5aca3f

%55
%0
%69
%21

Triadic Colors of #5aca3f

#5aca3f #3f5aca #ca3f5a

Analogous Colors of #5aca3f

#5aca3f #3fca6a #a0ca3f

Monochromatic Colors of #5aca3f

#5aca3f

Complementary Color

#5aca3f #af3fca

#5aca3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5aca3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5aca3f Color CSS Codes

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

#5aca3f Text Font Color

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

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


#5aca3f Background Color

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

This div background color is #5aca3f


#5aca3f Border Color

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

This div border color is #5aca3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5aca3f


Comments

No comments written yet.

Please login to write comment.