Color Hex Logo

#4fbfaa Color Hex

#4FBFAA
(79,191,170)
0 Favorites   0 Comments

Color spaces of #4fbfaa

RGB 79191170
HSL0.470.470.53
HSV169°59°75°
CMYK 0.590.000.11   0.25
XYZ29.110941.826144.5692
Yxy41.82610.25200.3621
Hunter Lab64.6731-32.83084.4117
CIE-Lab70.7509-36.89051.0721

#4fbfaa color RGB value is (79,191,170).

#4fbfaa hex color red value is 79, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4fbfaa hue: 0.47 , saturation: 0.47 and the lightness value of 4fbfaa is 0.53.

The process color (four color CMYK) of #4fbfaa color hex is 0.59, 0.00, 0.11, 0.25. Web safe color of #4fbfaa is #66cc99. Color #4fbfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 10111111 10101010
Octal 117 277 252
Decimal 79 191 170
Hex 4F BF AA

RGB Percentages of Color #4fbfaa

%17.95
%43.41
%38.64

CMYK Percentages of Color #4fbfaa

%59
%0
%11
%25

Triadic Colors of #4fbfaa

#4fbfaa #aa4fbf #bfaa4f

Analogous Colors of #4fbfaa

#4fbfaa #4f9cbf #4fbf72

Monochromatic Colors of #4fbfaa

#4fbfaa

Complementary Color

#4fbfaa #bf4f64

#4fbfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fbfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fbfaa Color CSS Codes

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

#4fbfaa Text Font Color

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

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


#4fbfaa Background Color

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

This div background color is #4fbfaa


#4fbfaa Border Color

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

This div border color is #4fbfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fbfaa


Comments

No comments written yet.

Please login to write comment.