Color Hex Logo

#5faa84 Color Hex

#5FAA84
(95,170,132)
0 Favorites   0 Comments

Color spaces of #5faa84

RGB 95170132
HSL0.420.310.52
HSV150°44°67°
CMYK 0.440.000.22   0.33
XYZ23.258932.848326.9443
Yxy32.84830.28010.3955
Hunter Lab57.3134-27.859812.2459
CIE-Lab64.0379-32.248412.4322

#5faa84 color RGB value is (95,170,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01011111 10101010 10000100
Octal 137 252 204
Decimal 95 170 132
Hex 5F AA 84

RGB Percentages of Color #5faa84

%23.93
%42.82
%33.25

CMYK Percentages of Color #5faa84

%44
%0
%22
%33

Triadic Colors of #5faa84

#5faa84 #845faa #aa845f

Analogous Colors of #5faa84

#5faa84 #5faaaa #60aa5f

Monochromatic Colors of #5faa84

#5faa84

Complementary Color

#5faa84 #aa5f85

#5faa84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5faa84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5faa84 Color CSS Codes

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

#5faa84 Text Font Color

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

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


#5faa84 Background Color

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

This div background color is #5faa84


#5faa84 Border Color

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

This div border color is #5faa84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5faa84


Comments

No comments written yet.

Please login to write comment.