Color Hex Logo

#5caa4d Color Hex

#5CAA4D
(92,170,77)
0 Favorites   0 Comments

Color spaces of #5caa4d

RGB 9217077
HSL0.310.380.48
HSV110°55°67°
CMYK 0.460.000.55   0.33
XYZ20.127931.560612.0521
Yxy31.56060.31580.4951
Hunter Lab56.1788-34.359526.6056
CIE-Lab62.9780-42.394940.1411

#5caa4d color RGB value is (92,170,77).

#5caa4d hex color red value is 92, green value is 170 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #5caa4d hue: 0.31 , saturation: 0.38 and the lightness value of 5caa4d is 0.48.

The process color (four color CMYK) of #5caa4d color hex is 0.46, 0.00, 0.55, 0.33. Web safe color of #5caa4d is #669966. Color #5caa4d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 01001101
Octal 134 252 115
Decimal 92 170 77
Hex 5C AA 4D

RGB Percentages of Color #5caa4d

%27.14
%50.15
%22.71

CMYK Percentages of Color #5caa4d

%46
%0
%55
%33

Triadic Colors of #5caa4d

#5caa4d #4d5caa #aa4d5c

Analogous Colors of #5caa4d

#5caa4d #4daa6d #8baa4d

Monochromatic Colors of #5caa4d

#5caa4d

Complementary Color

#5caa4d #9b4daa

#5caa4d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caa4d Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caa4d Color CSS Codes

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

#5caa4d Text Font Color

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

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


#5caa4d Background Color

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

This div background color is #5caa4d


#5caa4d Border Color

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

This div border color is #5caa4d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(92,170,77, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caa4d


Comments

No comments written yet.

Please login to write comment.