Color Hex Logo

#5fd297 Color Hex

#5FD297
(95,210,151)
0 Favorites   0 Comments

Color spaces of #5fd297

RGB 95210151
HSL0.410.560.60
HSV149°55°82°
CMYK 0.550.000.28   0.18
XYZ33.351850.760437.3181
Yxy50.76040.27470.4180
Hunter Lab71.2463-41.121718.8169
CIE-Lab76.5336-46.185919.5767

#5fd297 color RGB value is (95,210,151).

#5fd297 hex color red value is 95, green value is 210 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #5fd297 hue: 0.41 , saturation: 0.56 and the lightness value of 5fd297 is 0.60.

The process color (four color CMYK) of #5fd297 color hex is 0.55, 0.00, 0.28, 0.18. Web safe color of #5fd297 is #66cc99. Color #5fd297 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010010 10010111
Octal 137 322 227
Decimal 95 210 151
Hex 5F D2 97

RGB Percentages of Color #5fd297

%20.83
%46.05
%33.11

CMYK Percentages of Color #5fd297

%55
%0
%28
%18

Triadic Colors of #5fd297

#5fd297 #975fd2 #d2975f

Analogous Colors of #5fd297

#5fd297 #5fd2d1 #60d25f

Monochromatic Colors of #5fd297

#5fd297

Complementary Color

#5fd297 #d25f9a

#5fd297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd297 Color CSS Codes

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

#5fd297 Text Font Color

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

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


#5fd297 Background Color

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

This div background color is #5fd297


#5fd297 Border Color

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

This div border color is #5fd297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd297


Comments

No comments written yet.

Please login to write comment.