Color Hex Logo

#5ffaab Color Hex

#5FFAAB
(95,250,171)
0 Favorites   0 Comments

Color spaces of #5ffaab

RGB 95250171
HSL0.420.940.68
HSV149°62°98°
CMYK 0.620.000.32   0.02
XYZ46.255673.744450.3242
Yxy73.74440.27160.4330
Hunter Lab85.8746-54.133025.3671
CIE-Lab88.8015-58.441626.0593

#5ffaab color RGB value is (95,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 11111010 10101011
Octal 137 372 253
Decimal 95 250 171
Hex 5F FA AB

RGB Percentages of Color #5ffaab

%18.41
%48.45
%33.14

CMYK Percentages of Color #5ffaab

%62
%0
%32
%2

Triadic Colors of #5ffaab

#5ffaab #ab5ffa #faab5f

Analogous Colors of #5ffaab

#5ffaab #5ffaf9 #61fa5f

Monochromatic Colors of #5ffaab

#5ffaab

Complementary Color

#5ffaab #fa5fae

#5ffaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5ffaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#5ffaab Color CSS Codes

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

#5ffaab Text Font Color

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

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


#5ffaab Background Color

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

This div background color is #5ffaab


#5ffaab Border Color

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

This div border color is #5ffaab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(95,250,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 #5ffaab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5ffaab


Comments

No comments written yet.

Please login to write comment.