Color Hex Logo

#5fc355 Color Hex

#5FC355
(95,195,85)
0 Favorites   0 Comments

Color spaces of #5fc355

RGB 9519585
HSL0.320.480.55
HSV115°56°76°
CMYK 0.510.000.56   0.24
XYZ25.874142.119015.3604
Yxy42.11900.31040.5053
Hunter Lab64.8992-42.408831.3966
CIE-Lab70.9529-50.746745.8044

#5fc355 color RGB value is (95,195,85).

#5fc355 hex color red value is 95, green value is 195 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #5fc355 hue: 0.32 , saturation: 0.48 and the lightness value of 5fc355 is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11000011 01010101
Octal 137 303 125
Decimal 95 195 85
Hex 5F C3 55

RGB Percentages of Color #5fc355

%25.33
%52.00
%22.67

CMYK Percentages of Color #5fc355

%51
%0
%56
%24

Triadic Colors of #5fc355

#5fc355 #555fc3 #c3555f

Analogous Colors of #5fc355

#5fc355 #55c382 #96c355

Monochromatic Colors of #5fc355

#5fc355

Complementary Color

#5fc355 #b955c3

#5fc355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fc355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fc355 Color CSS Codes

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

#5fc355 Text Font Color

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

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


#5fc355 Background Color

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

This div background color is #5fc355


#5fc355 Border Color

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

This div border color is #5fc355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fc355


Comments

No comments written yet.

Please login to write comment.