Color Hex Logo

#4fa4af Color Hex

#4FA4AF
(79,164,175)
0 Favorites   0 Comments

Color spaces of #4fa4af

RGB 79164175
HSL0.520.380.50
HSV187°55°69°
CMYK 0.550.060.00   0.31
XYZ24.237831.308345.3231
Yxy31.30830.24030.3104
Hunter Lab55.9538-20.5974-8.8578
CIE-Lab62.7670-22.4432-13.5257

#4fa4af color RGB value is (79,164,175).

#4fa4af hex color red value is 79, green value is 164 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4fa4af hue: 0.52 , saturation: 0.38 and the lightness value of 4fa4af is 0.50.

The process color (four color CMYK) of #4fa4af color hex is 0.55, 0.06, 0.00, 0.31. Web safe color of #4fa4af is #669999. Color #4fa4af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10100100 10101111
Octal 117 244 257
Decimal 79 164 175
Hex 4F A4 AF

RGB Percentages of Color #4fa4af

%18.90
%39.23
%41.87

CMYK Percentages of Color #4fa4af

%55
%6
%0
%31

Triadic Colors of #4fa4af

#4fa4af #af4fa4 #a4af4f

Analogous Colors of #4fa4af

#4fa4af #4f74af #4faf8a

Monochromatic Colors of #4fa4af

#4fa4af

Complementary Color

#4fa4af #af5a4f

#4fa4af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fa4af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fa4af Color CSS Codes

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

#4fa4af Text Font Color

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

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


#4fa4af Background Color

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

This div background color is #4fa4af


#4fa4af Border Color

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

This div border color is #4fa4af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fa4af


Comments

No comments written yet.

Please login to write comment.