Color Hex Logo

#5fab9a Color Hex

#5FAB9A
(95,171,154)
0 Favorites   0 Comments

Color spaces of #5fab9a

RGB 95171154
HSL0.460.310.52
HSV167°44°67°
CMYK 0.440.000.10   0.33
XYZ25.115033.891835.7899
Yxy33.89180.26490.3575
Hunter Lab58.2167-24.87324.3019
CIE-Lab64.8766-27.75641.4156

#5fab9a color RGB value is (95,171,154).

#5fab9a hex color red value is 95, green value is 171 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #5fab9a hue: 0.46 , saturation: 0.31 and the lightness value of 5fab9a is 0.52.

The process color (four color CMYK) of #5fab9a color hex is 0.44, 0.00, 0.10, 0.33. Web safe color of #5fab9a is #669999. Color #5fab9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 10011010
Octal 137 253 232
Decimal 95 171 154
Hex 5F AB 9A

RGB Percentages of Color #5fab9a

%22.62
%40.71
%36.67

CMYK Percentages of Color #5fab9a

%44
%0
%10
%33

Triadic Colors of #5fab9a

#5fab9a #9a5fab #ab9a5f

Analogous Colors of #5fab9a

#5fab9a #5f96ab #5fab74

Monochromatic Colors of #5fab9a

#5fab9a

Complementary Color

#5fab9a #ab5f70

#5fab9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fab9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fab9a Color CSS Codes

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

#5fab9a Text Font Color

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

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


#5fab9a Background Color

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

This div background color is #5fab9a


#5fab9a Border Color

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

This div border color is #5fab9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fab9a


Comments

No comments written yet.

Please login to write comment.