Color Hex Logo

#5fd69b Color Hex

#5FD69B
(95,214,155)
0 Favorites   0 Comments

Color spaces of #5fd69b

RGB 95214155
HSL0.420.590.61
HSV150°56°84°
CMYK 0.560.000.28   0.16
XYZ34.682352.892639.3917
Yxy52.89260.27320.4166
Hunter Lab72.7273-42.149418.7955
CIE-Lab77.8115-47.065519.2342

#5fd69b color RGB value is (95,214,155).

#5fd69b hex color red value is 95, green value is 214 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #5fd69b hue: 0.42 , saturation: 0.59 and the lightness value of 5fd69b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11010110 10011011
Octal 137 326 233
Decimal 95 214 155
Hex 5F D6 9B

RGB Percentages of Color #5fd69b

%20.47
%46.12
%33.41

CMYK Percentages of Color #5fd69b

%56
%0
%28
%16

Triadic Colors of #5fd69b

#5fd69b #9b5fd6 #d69b5f

Analogous Colors of #5fd69b

#5fd69b #5fd6d6 #5fd660

Monochromatic Colors of #5fd69b

#5fd69b

Complementary Color

#5fd69b #d65f9a

#5fd69b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fd69b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fd69b Color CSS Codes

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

#5fd69b Text Font Color

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

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


#5fd69b Background Color

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

This div background color is #5fd69b


#5fd69b Border Color

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

This div border color is #5fd69b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fd69b


Comments

No comments written yet.

Please login to write comment.