Color Hex Logo

#5ca85f Color Hex

#5CA85F
(92,168,95)
0 Favorites   0 Comments

Color spaces of #5ca85f

RGB 9216895
HSL0.340.300.51
HSV122°45°66°
CMYK 0.450.000.43   0.34
XYZ20.481831.106815.7512
Yxy31.10680.30420.4619
Hunter Lab55.7735-32.052722.2971
CIE-Lab62.5977-39.018830.5233

#5ca85f color RGB value is (92,168,95).

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

The process color (four color CMYK) of #5ca85f color hex is 0.45, 0.00, 0.43, 0.34. Web safe color of #5ca85f is #669966. Color #5ca85f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011100 10101000 01011111
Octal 134 250 137
Decimal 92 168 95
Hex 5C A8 5F

RGB Percentages of Color #5ca85f

%25.92
%47.32
%26.76

CMYK Percentages of Color #5ca85f

%45
%0
%43
%34

Triadic Colors of #5ca85f

#5ca85f #5f5ca8 #a85f5c

Analogous Colors of #5ca85f

#5ca85f #5ca885 #7fa85c

Monochromatic Colors of #5ca85f

#5ca85f

Complementary Color

#5ca85f #a85ca5

#5ca85f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ca85f Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ca85f Color CSS Codes

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

#5ca85f Text Font Color

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

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


#5ca85f Background Color

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

This div background color is #5ca85f


#5ca85f Border Color

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

This div border color is #5ca85f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ca85f


Comments

No comments written yet.

Please login to write comment.