Color Hex Logo

#5fe598 Color Hex

#5FE598
(95,229,152)
0 Favorites   0 Comments

Color spaces of #5fe598

RGB 95229152
HSL0.400.720.64
HSV146°59°90°
CMYK 0.590.000.34   0.10
XYZ38.406160.738539.4053
Yxy60.73850.27720.4384
Hunter Lab77.9349-48.421824.5763
CIE-Lab82.2380-53.789626.8495

#5fe598 color RGB value is (95,229,152).

#5fe598 hex color red value is 95, green value is 229 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #5fe598 hue: 0.40 , saturation: 0.72 and the lightness value of 5fe598 is 0.64.

The process color (four color CMYK) of #5fe598 color hex is 0.59, 0.00, 0.34, 0.10. Web safe color of #5fe598 is #66cc99. Color #5fe598 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11100101 10011000
Octal 137 345 230
Decimal 95 229 152
Hex 5F E5 98

RGB Percentages of Color #5fe598

%19.96
%48.11
%31.93

CMYK Percentages of Color #5fe598

%59
%0
%34
%10

Triadic Colors of #5fe598

#5fe598 #985fe5 #e5985f

Analogous Colors of #5fe598

#5fe598 #5fe5db #69e55f

Monochromatic Colors of #5fe598

#5fe598

Complementary Color

#5fe598 #e55fac

#5fe598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fe598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fe598 Color CSS Codes

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

#5fe598 Text Font Color

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

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


#5fe598 Background Color

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

This div background color is #5fe598


#5fe598 Border Color

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

This div border color is #5fe598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fe598


Comments

No comments written yet.

Please login to write comment.