Color Hex Logo

#5fa89c Color Hex

#5FA89C
(95,168,156)
0 Favorites   0 Comments

Color spaces of #5fa89c

RGB 95168156
HSL0.470.300.52
HSV170°43°66°
CMYK 0.430.000.07   0.34
XYZ24.722732.838536.4879
Yxy32.83850.26290.3492
Hunter Lab57.3049-23.27442.3615
CIE-Lab64.0299-25.7863-0.9357

#5fa89c color RGB value is (95,168,156).

#5fa89c hex color red value is 95, green value is 168 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #5fa89c hue: 0.47 , saturation: 0.30 and the lightness value of 5fa89c is 0.52.

The process color (four color CMYK) of #5fa89c color hex is 0.43, 0.00, 0.07, 0.34. Web safe color of #5fa89c is #669999. Color #5fa89c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101000 10011100
Octal 137 250 234
Decimal 95 168 156
Hex 5F A8 9C

RGB Percentages of Color #5fa89c

%22.67
%40.10
%37.23

CMYK Percentages of Color #5fa89c

%43
%0
%7
%34

Triadic Colors of #5fa89c

#5fa89c #9c5fa8 #a89c5f

Analogous Colors of #5fa89c

#5fa89c #5f90a8 #5fa878

Monochromatic Colors of #5fa89c

#5fa89c

Complementary Color

#5fa89c #a85f6b

#5fa89c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa89c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa89c Color CSS Codes

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

#5fa89c Text Font Color

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

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


#5fa89c Background Color

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

This div background color is #5fa89c


#5fa89c Border Color

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

This div border color is #5fa89c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa89c


Comments

No comments written yet.

Please login to write comment.