Color Hex Logo

#5fe0ab Color Hex

#5FE0AB
(95,224,171)
0 Favorites   0 Comments

Color spaces of #5fe0ab

RGB 95224171
HSL0.430.680.63
HSV155°58°88°
CMYK 0.580.000.24   0.12
XYZ38.725758.684547.8143
Yxy58.68450.26670.4041
Hunter Lab76.6058-43.825016.6176
CIE-Lab81.1179-47.939115.4263

#5fe0ab color RGB value is (95,224,171).

#5fe0ab hex color red value is 95, green value is 224 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #5fe0ab hue: 0.43 , saturation: 0.68 and the lightness value of 5fe0ab is 0.63.

The process color (four color CMYK) of #5fe0ab color hex is 0.58, 0.00, 0.24, 0.12. Web safe color of #5fe0ab is #66cc99. Color #5fe0ab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11100000 10101011
Octal 137 340 253
Decimal 95 224 171
Hex 5F E0 AB

RGB Percentages of Color #5fe0ab

%19.39
%45.71
%34.90

CMYK Percentages of Color #5fe0ab

%58
%0
%24
%12

Triadic Colors of #5fe0ab

#5fe0ab #ab5fe0 #e0ab5f

Analogous Colors of #5fe0ab

#5fe0ab #5fd5e0 #5fe06b

Monochromatic Colors of #5fe0ab

#5fe0ab

Complementary Color

#5fe0ab #e05f94

#5fe0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fe0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fe0ab Color CSS Codes

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

#5fe0ab Text Font Color

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

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


#5fe0ab Background Color

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

This div background color is #5fe0ab


#5fe0ab Border Color

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

This div border color is #5fe0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fe0ab


Comments

No comments written yet.

Please login to write comment.