Color Hex Logo

#5ffab0 Color Hex

#5FFAB0
(95,250,176)
0 Favorites   0 Comments

Color spaces of #5ffab0

RGB 95250176
HSL0.420.940.68
HSV151°62°98°
CMYK 0.620.000.30   0.02
XYZ46.741473.938752.8824
Yxy73.93870.26930.4260
Hunter Lab85.9876-53.448823.7280
CIE-Lab88.8935-57.466023.6408

#5ffab0 color RGB value is (95,250,176).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111010 10110000
Octal 137 372 260
Decimal 95 250 176
Hex 5F FA B0

RGB Percentages of Color #5ffab0

%18.23
%47.98
%33.78

CMYK Percentages of Color #5ffab0

%62
%0
%30
%2

Triadic Colors of #5ffab0

#5ffab0 #b05ffa #fab05f

Analogous Colors of #5ffab0

#5ffab0 #5ff7fa #5ffa63

Monochromatic Colors of #5ffab0

#5ffab0

Complementary Color

#5ffab0 #fa5fa9

#5ffab0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffab0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffab0 Color CSS Codes

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

#5ffab0 Text Font Color

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

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


#5ffab0 Background Color

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

This div background color is #5ffab0


#5ffab0 Border Color

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

This div border color is #5ffab0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffab0


Comments

No comments written yet.

Please login to write comment.