Color Hex Logo

#5fcc8a Color Hex

#5FCC8A
(95,204,138)
0 Favorites   0 Comments

Color spaces of #5fcc8a

RGB 95204138
HSL0.400.520.59
HSV144°53°80°
CMYK 0.530.000.32   0.20
XYZ30.899647.453631.5756
Yxy47.45360.28110.4317
Hunter Lab68.8866-40.484021.0438
CIE-Lab74.4790-46.193823.6168

#5fcc8a color RGB value is (95,204,138).

#5fcc8a hex color red value is 95, green value is 204 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #5fcc8a hue: 0.40 , saturation: 0.52 and the lightness value of 5fcc8a is 0.59.

The process color (four color CMYK) of #5fcc8a color hex is 0.53, 0.00, 0.32, 0.20. Web safe color of #5fcc8a is #66cc99. Color #5fcc8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11001100 10001010
Octal 137 314 212
Decimal 95 204 138
Hex 5F CC 8A

RGB Percentages of Color #5fcc8a

%21.74
%46.68
%31.58

CMYK Percentages of Color #5fcc8a

%53
%0
%32
%20

Triadic Colors of #5fcc8a

#5fcc8a #8a5fcc #cc8a5f

Analogous Colors of #5fcc8a

#5fcc8a #5fccc1 #6bcc5f

Monochromatic Colors of #5fcc8a

#5fcc8a

Complementary Color

#5fcc8a #cc5fa1

#5fcc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fcc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fcc8a Color CSS Codes

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

#5fcc8a Text Font Color

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

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


#5fcc8a Background Color

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

This div background color is #5fcc8a


#5fcc8a Border Color

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

This div border color is #5fcc8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fcc8a


Comments

No comments written yet.

Please login to write comment.