Color Hex Logo

#4fdeaa Color Hex

#4FDEAA
(79,222,170)
0 Favorites   0 Comments

Color spaces of #4fdeaa

RGB 79222170
HSL0.440.680.59
HSV158°64°87°
CMYK 0.640.000.23   0.13
XYZ36.601456.807147.0660
Yxy56.80710.26060.4044
Hunter Lab75.3705-45.215215.7350
CIE-Lab80.0710-50.332214.4185

#4fdeaa color RGB value is (79,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011110 10101010
Octal 117 336 252
Decimal 79 222 170
Hex 4F DE AA

RGB Percentages of Color #4fdeaa

%16.77
%47.13
%36.09

CMYK Percentages of Color #4fdeaa

%64
%0
%23
%13

Triadic Colors of #4fdeaa

#4fdeaa #aa4fde #deaa4f

Analogous Colors of #4fdeaa

#4fdeaa #4fcbde #4fde63

Monochromatic Colors of #4fdeaa

#4fdeaa

Complementary Color

#4fdeaa #de4f83

#4fdeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdeaa Color CSS Codes

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

#4fdeaa Text Font Color

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

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


#4fdeaa Background Color

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

This div background color is #4fdeaa


#4fdeaa Border Color

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

This div border color is #4fdeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdeaa


Comments

No comments written yet.

Please login to write comment.