Color Hex Logo

#5fb0aa Color Hex

#5FB0AA
(95,176,170)
0 Favorites   0 Comments

Color spaces of #5fb0aa

RGB 95176170
HSL0.490.340.53
HSV176°46°69°
CMYK 0.460.000.03   0.31
XYZ27.500336.385843.6040
Yxy36.38580.25580.3385
Hunter Lab60.3206-24.1826-0.6345
CIE-Lab66.8137-26.2538-4.6364

#5fb0aa color RGB value is (95,176,170).

#5fb0aa hex color red value is 95, green value is 176 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #5fb0aa hue: 0.49 , saturation: 0.34 and the lightness value of 5fb0aa is 0.53.

The process color (four color CMYK) of #5fb0aa color hex is 0.46, 0.00, 0.03, 0.31. Web safe color of #5fb0aa is #669999. Color #5fb0aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10110000 10101010
Octal 137 260 252
Decimal 95 176 170
Hex 5F B0 AA

RGB Percentages of Color #5fb0aa

%21.54
%39.91
%38.55

CMYK Percentages of Color #5fb0aa

%46
%0
%3
%31

Triadic Colors of #5fb0aa

#5fb0aa #aa5fb0 #b0aa5f

Analogous Colors of #5fb0aa

#5fb0aa #5f8eb0 #5fb082

Monochromatic Colors of #5fb0aa

#5fb0aa

Complementary Color

#5fb0aa #b05f65

#5fb0aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fb0aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fb0aa Color CSS Codes

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

#5fb0aa Text Font Color

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

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


#5fb0aa Background Color

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

This div background color is #5fb0aa


#5fb0aa Border Color

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

This div border color is #5fb0aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fb0aa


Comments

No comments written yet.

Please login to write comment.