Color Hex Logo

#5faa99 Color Hex

#5FAA99
(95,170,153)
0 Favorites   0 Comments

Color spaces of #5faa99

RGB 95170153
HSL0.460.310.52
HSV166°44°67°
CMYK 0.440.000.10   0.33
XYZ24.843833.482335.2903
Yxy33.48230.26540.3577
Hunter Lab57.8639-24.62304.3447
CIE-Lab64.5495-27.50571.4970

#5faa99 color RGB value is (95,170,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101010 10011001
Octal 137 252 231
Decimal 95 170 153
Hex 5F AA 99

RGB Percentages of Color #5faa99

%22.73
%40.67
%36.60

CMYK Percentages of Color #5faa99

%44
%0
%10
%33

Triadic Colors of #5faa99

#5faa99 #995faa #aa995f

Analogous Colors of #5faa99

#5faa99 #5f96aa #5faa74

Monochromatic Colors of #5faa99

#5faa99

Complementary Color

#5faa99 #aa5f70

#5faa99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faa99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faa99 Color CSS Codes

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

#5faa99 Text Font Color

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

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


#5faa99 Background Color

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

This div background color is #5faa99


#5faa99 Border Color

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

This div border color is #5faa99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faa99


Comments

No comments written yet.

Please login to write comment.