Color Hex Logo

#4fa1af Color Hex

#4FA1AF
(79,161,175)
0 Favorites   0 Comments

Color spaces of #4fa1af

RGB 79161175
HSL0.520.380.50
HSV189°55°69°
CMYK 0.550.080.00   0.31
XYZ23.707230.247145.1462
Yxy30.24710.23920.3052
Hunter Lab54.9974-19.3011-10.1718
CIE-Lab61.8668-20.8939-14.8832

#4fa1af color RGB value is (79,161,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 10100001 10101111
Octal 117 241 257
Decimal 79 161 175
Hex 4F A1 AF

RGB Percentages of Color #4fa1af

%19.04
%38.80
%42.17

CMYK Percentages of Color #4fa1af

%55
%8
%0
%31

Triadic Colors of #4fa1af

#4fa1af #af4fa1 #a1af4f

Analogous Colors of #4fa1af

#4fa1af #4f71af #4faf8d

Monochromatic Colors of #4fa1af

#4fa1af

Complementary Color

#4fa1af #af5d4f

#4fa1af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fa1af Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fa1af Color CSS Codes

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

#4fa1af Text Font Color

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

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


#4fa1af Background Color

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

This div background color is #4fa1af


#4fa1af Border Color

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

This div border color is #4fa1af


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,161,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 #4fa1af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fa1af


Comments

No comments written yet.

Please login to write comment.