Color Hex Logo

#5caa5f Color Hex

#5CAA5F
(92,170,95)
0 Favorites   0 Comments

Color spaces of #5caa5f

RGB 9217095
HSL0.340.310.51
HSV122°46°67°
CMYK 0.460.000.44   0.33
XYZ20.853931.851015.8752
Yxy31.85100.30410.4644
Hunter Lab56.4367-32.806722.8279
CIE-Lab63.2195-39.894831.3207

#5caa5f color RGB value is (92,170,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101010 01011111
Octal 134 252 137
Decimal 92 170 95
Hex 5C AA 5F

RGB Percentages of Color #5caa5f

%25.77
%47.62
%26.61

CMYK Percentages of Color #5caa5f

%46
%0
%44
%33

Triadic Colors of #5caa5f

#5caa5f #5f5caa #aa5f5c

Analogous Colors of #5caa5f

#5caa5f #5caa86 #80aa5c

Monochromatic Colors of #5caa5f

#5caa5f

Complementary Color

#5caa5f #aa5ca7

#5caa5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5caa5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5caa5f Color CSS Codes

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

#5caa5f Text Font Color

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

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


#5caa5f Background Color

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

This div background color is #5caa5f


#5caa5f Border Color

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

This div border color is #5caa5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5caa5f


Comments

No comments written yet.

Please login to write comment.