Color Hex Logo

#5faa9c Color Hex

#5FAA9C
(95,170,156)
0 Favorites   0 Comments

Color spaces of #5faa9c

RGB 95170156
HSL0.470.310.52
HSV169°44°67°
CMYK 0.440.000.08   0.33
XYZ25.094833.582636.6120
Yxy33.58260.26340.3524
Hunter Lab57.9505-24.11603.1071
CIE-Lab64.6299-26.7790-0.0586

#5faa9c color RGB value is (95,170,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101010 10011100
Octal 137 252 234
Decimal 95 170 156
Hex 5F AA 9C

RGB Percentages of Color #5faa9c

%22.57
%40.38
%37.05

CMYK Percentages of Color #5faa9c

%44
%0
%8
%33

Triadic Colors of #5faa9c

#5faa9c #9c5faa #aa9c5f

Analogous Colors of #5faa9c

#5faa9c #5f93aa #5faa77

Monochromatic Colors of #5faa9c

#5faa9c

Complementary Color

#5faa9c #aa5f6d

#5faa9c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faa9c Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faa9c Color CSS Codes

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

#5faa9c Text Font Color

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

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


#5faa9c Background Color

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

This div background color is #5faa9c


#5faa9c Border Color

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

This div border color is #5faa9c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faa9c


Comments

No comments written yet.

Please login to write comment.