Color Hex Logo

#5fabaa Color Hex

#5FABAA
(95,171,170)
0 Favorites   0 Comments

Color spaces of #5fabaa

RGB 95171170
HSL0.500.310.52
HSV179°44°67°
CMYK 0.440.000.01   0.33
XYZ26.537934.461043.2832
Yxy34.46100.25450.3305
Hunter Lab58.7035-22.0372-2.6232
CIE-Lab65.3268-23.7488-6.8374

#5fabaa color RGB value is (95,171,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 10101010
Octal 137 253 252
Decimal 95 171 170
Hex 5F AB AA

RGB Percentages of Color #5fabaa

%21.79
%39.22
%38.99

CMYK Percentages of Color #5fabaa

%44
%0
%1
%33

Triadic Colors of #5fabaa

#5fabaa #aa5fab #abaa5f

Analogous Colors of #5fabaa

#5fabaa #5f86ab #5fab84

Monochromatic Colors of #5fabaa

#5fabaa

Complementary Color

#5fabaa #ab5f60

#5fabaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fabaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fabaa Color CSS Codes

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

#5fabaa Text Font Color

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

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


#5fabaa Background Color

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

This div background color is #5fabaa


#5fabaa Border Color

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

This div border color is #5fabaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fabaa


Comments

No comments written yet.

Please login to write comment.