Color Hex Logo

#5fab9b Color Hex

#5FAB9B
(95,171,155)
0 Favorites   0 Comments

Color spaces of #5fab9b

RGB 95171155
HSL0.460.310.52
HSV167°44°67°
CMYK 0.440.000.09   0.33
XYZ25.198633.925336.2305
Yxy33.92530.26430.3558
Hunter Lab58.2454-24.70543.8915
CIE-Lab64.9032-27.51560.8974

#5fab9b color RGB value is (95,171,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101011 10011011
Octal 137 253 233
Decimal 95 171 155
Hex 5F AB 9B

RGB Percentages of Color #5fab9b

%22.57
%40.62
%36.82

CMYK Percentages of Color #5fab9b

%44
%0
%9
%33

Triadic Colors of #5fab9b

#5fab9b #9b5fab #ab9b5f

Analogous Colors of #5fab9b

#5fab9b #5f95ab #5fab75

Monochromatic Colors of #5fab9b

#5fab9b

Complementary Color

#5fab9b #ab5f6f

#5fab9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fab9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fab9b Color CSS Codes

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

#5fab9b Text Font Color

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

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


#5fab9b Background Color

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

This div background color is #5fab9b


#5fab9b Border Color

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

This div border color is #5fab9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fab9b


Comments

No comments written yet.

Please login to write comment.