Color Hex Logo

#4fa9ad Color Hex

#4FA9AD
(79,169,173)
0 Favorites   0 Comments

Color spaces of #4fa9ad

RGB 79169173
HSL0.510.370.49
HSV183°54°68°
CMYK 0.540.020.00   0.32
XYZ24.955233.055344.6002
Yxy33.05530.24320.3221
Hunter Lab57.4937-23.1360-5.7480
CIE-Lab64.2057-25.5463-10.2471

#4fa9ad color RGB value is (79,169,173).

#4fa9ad hex color red value is 79, green value is 169 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #4fa9ad hue: 0.51 , saturation: 0.37 and the lightness value of 4fa9ad is 0.49.

The process color (four color CMYK) of #4fa9ad color hex is 0.54, 0.02, 0.00, 0.32. Web safe color of #4fa9ad is #669999. Color #4fa9ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101001 10101101
Octal 117 251 255
Decimal 79 169 173
Hex 4F A9 AD

RGB Percentages of Color #4fa9ad

%18.76
%40.14
%41.09

CMYK Percentages of Color #4fa9ad

%54
%2
%0
%32

Triadic Colors of #4fa9ad

#4fa9ad #ad4fa9 #a9ad4f

Analogous Colors of #4fa9ad

#4fa9ad #4f7aad #4fad82

Monochromatic Colors of #4fa9ad

#4fa9ad

Complementary Color

#4fa9ad #ad534f

#4fa9ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fa9ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fa9ad Color CSS Codes

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

#4fa9ad Text Font Color

<p style="color:#4fa9ad">Text here</p>

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


#4fa9ad Background Color

<div style="background-color:#4fa9ad">
Div content here</div>

This div background color is #4fa9ad


#4fa9ad Border Color

<div style="border:3px solid #4fa9ad">
Div here</div>

This div border color is #4fa9ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(79,169,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4fa9ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4fa9ad;
  -webkit-box-shadow: 1px 1px 3px 2px #4fa9ad;
  box-shadow:         1px 1px 3px 2px #4fa9ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,169,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fa9ad


Comments

No comments written yet.

Please login to write comment.