Color Hex Logo

#5ca45e Color Hex

#5CA45E
(92,164,94)
0 Favorites   0 Comments

Color spaces of #5ca45e

RGB 9216494
HSL0.340.280.50
HSV122°44°64°
CMYK 0.440.000.43   0.36
XYZ19.709529.634415.2709
Yxy29.63440.30500.4586
Hunter Lab54.4375-30.638321.4741
CIE-Lab61.3375-37.403029.4287

#5ca45e color RGB value is (92,164,94).

#5ca45e hex color red value is 92, green value is 164 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #5ca45e hue: 0.34 , saturation: 0.28 and the lightness value of 5ca45e is 0.50.

The process color (four color CMYK) of #5ca45e color hex is 0.44, 0.00, 0.43, 0.36. Web safe color of #5ca45e is #669966. Color #5ca45e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10100100 01011110
Octal 134 244 136
Decimal 92 164 94
Hex 5C A4 5E

RGB Percentages of Color #5ca45e

%26.29
%46.86
%26.86

CMYK Percentages of Color #5ca45e

%44
%0
%43
%36

Triadic Colors of #5ca45e

#5ca45e #5e5ca4 #a45e5c

Analogous Colors of #5ca45e

#5ca45e #5ca482 #7ea45c

Monochromatic Colors of #5ca45e

#5ca45e

Complementary Color

#5ca45e #a45ca2

#5ca45e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca45e Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca45e Color CSS Codes

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

#5ca45e Text Font Color

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

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


#5ca45e Background Color

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

This div background color is #5ca45e


#5ca45e Border Color

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

This div border color is #5ca45e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca45e


Comments

No comments written yet.

Please login to write comment.