Color Hex Logo

#5ffab1 Color Hex

#5FFAB1
(95,250,177)
0 Favorites   0 Comments

Color spaces of #5ffab1

RGB 95250177
HSL0.420.940.68
HSV152°62°98°
CMYK 0.620.000.29   0.02
XYZ46.840773.978453.4055
Yxy73.97840.26890.4246
Hunter Lab86.0107-53.309123.3933
CIE-Lab88.9123-57.267623.1565

#5ffab1 color RGB value is (95,250,177).

#5ffab1 hex color red value is 95, green value is 250 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #5ffab1 hue: 0.42 , saturation: 0.94 and the lightness value of 5ffab1 is 0.68.

The process color (four color CMYK) of #5ffab1 color hex is 0.62, 0.00, 0.29, 0.02. Web safe color of #5ffab1 is #66ff99. Color #5ffab1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111010 10110001
Octal 137 372 261
Decimal 95 250 177
Hex 5F FA B1

RGB Percentages of Color #5ffab1

%18.20
%47.89
%33.91

CMYK Percentages of Color #5ffab1

%62
%0
%29
%2

Triadic Colors of #5ffab1

#5ffab1 #b15ffa #fab15f

Analogous Colors of #5ffab1

#5ffab1 #5ff6fa #5ffa64

Monochromatic Colors of #5ffab1

#5ffab1

Complementary Color

#5ffab1 #fa5fa8

#5ffab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffab1 Color CSS Codes

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

#5ffab1 Text Font Color

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

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


#5ffab1 Background Color

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

This div background color is #5ffab1


#5ffab1 Border Color

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

This div border color is #5ffab1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffab1


Comments

No comments written yet.

Please login to write comment.