Color Hex Logo

#4fdeae Color Hex

#4FDEAE
(79,222,174)
0 Favorites   0 Comments

Color spaces of #4fdeae

RGB 79222174
HSL0.440.680.59
HSV160°64°87°
CMYK 0.640.000.22   0.13
XYZ36.985756.960849.0896
Yxy56.96080.25860.3982
Hunter Lab75.4724-44.601614.2666
CIE-Lab80.1575-49.436612.4309

#4fdeae color RGB value is (79,222,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011110 10101110
Octal 117 336 256
Decimal 79 222 174
Hex 4F DE AE

RGB Percentages of Color #4fdeae

%16.63
%46.74
%36.63

CMYK Percentages of Color #4fdeae

%64
%0
%22
%13

Triadic Colors of #4fdeae

#4fdeae #ae4fde #deae4f

Analogous Colors of #4fdeae

#4fdeae #4fc7de #4fde67

Monochromatic Colors of #4fdeae

#4fdeae

Complementary Color

#4fdeae #de4f7f

#4fdeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdeae Color CSS Codes

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

#4fdeae Text Font Color

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

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


#4fdeae Background Color

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

This div background color is #4fdeae


#4fdeae Border Color

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

This div border color is #4fdeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdeae


Comments

No comments written yet.

Please login to write comment.