Color Hex Logo

#4fddaa Color Hex

#4FDDAA
(79,221,170)
0 Favorites   0 Comments

Color spaces of #4fddaa

RGB 79221170
HSL0.440.680.59
HSV158°64°87°
CMYK 0.640.000.23   0.13
XYZ36.336656.277446.9777
Yxy56.27740.26030.4032
Hunter Lab75.0183-44.821915.3844
CIE-Lab79.7714-49.920513.9967

#4fddaa color RGB value is (79,221,170).

#4fddaa hex color red value is 79, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4fddaa hue: 0.44 , saturation: 0.68 and the lightness value of 4fddaa is 0.59.

The process color (four color CMYK) of #4fddaa color hex is 0.64, 0.00, 0.23, 0.13. Web safe color of #4fddaa is #66cc99. Color #4fddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011101 10101010
Octal 117 335 252
Decimal 79 221 170
Hex 4F DD AA

RGB Percentages of Color #4fddaa

%16.81
%47.02
%36.17

CMYK Percentages of Color #4fddaa

%64
%0
%23
%13

Triadic Colors of #4fddaa

#4fddaa #aa4fdd #ddaa4f

Analogous Colors of #4fddaa

#4fddaa #4fc9dd #4fdd63

Monochromatic Colors of #4fddaa

#4fddaa

Complementary Color

#4fddaa #dd4f82

#4fddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fddaa Color CSS Codes

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

#4fddaa Text Font Color

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

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


#4fddaa Background Color

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

This div background color is #4fddaa


#4fddaa Border Color

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

This div border color is #4fddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fddaa


Comments

No comments written yet.

Please login to write comment.