Color Hex Logo

#5ffabb Color Hex

#5FFABB
(95,250,187)
0 Favorites   0 Comments

Color spaces of #5ffabb

RGB 95250187
HSL0.430.940.68
HSV156°62°98°
CMYK 0.620.000.25   0.02
XYZ47.874674.392058.8495
Yxy74.39200.26430.4107
Hunter Lab86.2508-51.860219.9216
CIE-Lab89.1074-55.224118.3060

#5ffabb color RGB value is (95,250,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111010 10111011
Octal 137 372 273
Decimal 95 250 187
Hex 5F FA BB

RGB Percentages of Color #5ffabb

%17.86
%46.99
%35.15

CMYK Percentages of Color #5ffabb

%62
%0
%25
%2

Triadic Colors of #5ffabb

#5ffabb #bb5ffa #fabb5f

Analogous Colors of #5ffabb

#5ffabb #5fecfa #5ffa6e

Monochromatic Colors of #5ffabb

#5ffabb

Complementary Color

#5ffabb #fa5f9e

#5ffabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffabb Color CSS Codes

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

#5ffabb Text Font Color

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

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


#5ffabb Background Color

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

This div background color is #5ffabb


#5ffabb Border Color

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

This div border color is #5ffabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffabb


Comments

No comments written yet.

Please login to write comment.