Color Hex Logo

#5fa490 Color Hex

#5FA490
(95,164,144)
0 Favorites   0 Comments

Color spaces of #5fa490

RGB 95164144
HSL0.450.270.51
HSV163°42°64°
CMYK 0.420.000.12   0.36
XYZ23.028830.997431.1549
Yxy30.99740.27040.3639
Hunter Lab55.6753-23.59945.7951
CIE-Lab62.5054-26.67773.5633

#5fa490 color RGB value is (95,164,144).

#5fa490 hex color red value is 95, green value is 164 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #5fa490 hue: 0.45 , saturation: 0.27 and the lightness value of 5fa490 is 0.51.

The process color (four color CMYK) of #5fa490 color hex is 0.42, 0.00, 0.12, 0.36. Web safe color of #5fa490 is #669999. Color #5fa490 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01011111 10100100 10010000
Octal 137 244 220
Decimal 95 164 144
Hex 5F A4 90

RGB Percentages of Color #5fa490

%23.57
%40.69
%35.73

CMYK Percentages of Color #5fa490

%42
%0
%12
%36

Triadic Colors of #5fa490

#5fa490 #905fa4 #a4905f

Analogous Colors of #5fa490

#5fa490 #5f96a4 #5fa46e

Monochromatic Colors of #5fa490

#5fa490

Complementary Color

#5fa490 #a45f73

#5fa490 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5fa490 Color Preview on White Background

Lorem ipsum dolor sit amet.

#5fa490 Color CSS Codes

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

#5fa490 Text Font Color

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

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


#5fa490 Background Color

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

This div background color is #5fa490


#5fa490 Border Color

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

This div border color is #5fa490


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5fa490


Comments

No comments written yet.

Please login to write comment.