Color Hex Logo

#4fdcaa Color Hex

#4FDCAA
(79,220,170)
0 Favorites   0 Comments

Color spaces of #4fdcaa

RGB 79220170
HSL0.440.670.59
HSV159°64°86°
CMYK 0.640.000.23   0.14
XYZ36.073355.750946.8900
Yxy55.75090.26010.4019
Hunter Lab74.6665-44.428515.0329
CIE-Lab79.4718-49.507713.5742

#4fdcaa color RGB value is (79,220,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 10101010
Octal 117 334 252
Decimal 79 220 170
Hex 4F DC AA

RGB Percentages of Color #4fdcaa

%16.84
%46.91
%36.25

CMYK Percentages of Color #4fdcaa

%64
%0
%23
%14

Triadic Colors of #4fdcaa

#4fdcaa #aa4fdc #dcaa4f

Analogous Colors of #4fdcaa

#4fdcaa #4fc8dc #4fdc64

Monochromatic Colors of #4fdcaa

#4fdcaa

Complementary Color

#4fdcaa #dc4f81

#4fdcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdcaa Color CSS Codes

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

#4fdcaa Text Font Color

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

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


#4fdcaa Background Color

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

This div background color is #4fdcaa


#4fdcaa Border Color

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

This div border color is #4fdcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdcaa


Comments

No comments written yet.

Please login to write comment.