Color Hex Logo

#4fafaa Color Hex

#4FAFAA
(79,175,170)
0 Favorites   0 Comments

Color spaces of #4fafaa

RGB 79175170
HSL0.490.380.50
HSV177°55°69°
CMYK 0.550.000.03   0.31
XYZ25.810135.224543.4689
Yxy35.22450.24700.3371
Hunter Lab59.3502-26.2372-1.8796
CIE-Lab65.9231-29.3339-6.0194

#4fafaa color RGB value is (79,175,170).

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

The process color (four color CMYK) of #4fafaa color hex is 0.55, 0.00, 0.03, 0.31. Web safe color of #4fafaa is #669999. Color #4fafaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10101111 10101010
Octal 117 257 252
Decimal 79 175 170
Hex 4F AF AA

RGB Percentages of Color #4fafaa

%18.63
%41.27
%40.09

CMYK Percentages of Color #4fafaa

%55
%0
%3
%31

Triadic Colors of #4fafaa

#4fafaa #aa4faf #afaa4f

Analogous Colors of #4fafaa

#4fafaa #4f84af #4faf7a

Monochromatic Colors of #4fafaa

#4fafaa

Complementary Color

#4fafaa #af4f54

#4fafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fafaa Color CSS Codes

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

#4fafaa Text Font Color

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

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


#4fafaa Background Color

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

This div background color is #4fafaa


#4fafaa Border Color

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

This div border color is #4fafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fafaa


Comments

No comments written yet.

Please login to write comment.