Color Hex Logo

#5fca59 Color Hex

#5FCA59
(95,202,89)
0 Favorites   0 Comments

Color spaces of #5fca59

RGB 9520289
HSL0.320.520.57
HSV117°56°79°
CMYK 0.530.000.56   0.21
XYZ27.643045.395216.7564
Yxy45.39520.30780.5055
Hunter Lab67.3760-44.673032.4178
CIE-Lab73.1514-53.000446.5318

#5fca59 color RGB value is (95,202,89).

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

The process color (four color CMYK) of #5fca59 color hex is 0.53, 0.00, 0.56, 0.21. Web safe color of #5fca59 is #66cc66. Color #5fca59 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001010 01011001
Octal 137 312 131
Decimal 95 202 89
Hex 5F CA 59

RGB Percentages of Color #5fca59

%24.61
%52.33
%23.06

CMYK Percentages of Color #5fca59

%53
%0
%56
%21

Triadic Colors of #5fca59

#5fca59 #595fca #ca595f

Analogous Colors of #5fca59

#5fca59 #59ca8c #98ca59

Monochromatic Colors of #5fca59

#5fca59

Complementary Color

#5fca59 #c459ca

#5fca59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fca59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fca59 Color CSS Codes

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

#5fca59 Text Font Color

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

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


#5fca59 Background Color

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

This div background color is #5fca59


#5fca59 Border Color

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

This div border color is #5fca59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fca59


Comments

No comments written yet.

Please login to write comment.