Color Hex Logo

#4fc8ae Color Hex

#4FC8AE
(79,200,174)
0 Favorites   0 Comments

Color spaces of #4fc8ae

RGB 79200174
HSL0.460.520.55
HSV167°61°78°
CMYK 0.610.000.13   0.22
XYZ31.518746.026847.2673
Yxy46.02680.25250.3688
Hunter Lab67.8431-35.79746.1819
CIE-Lab73.5629-39.96432.9824

#4fc8ae color RGB value is (79,200,174).

#4fc8ae hex color red value is 79, green value is 200 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4fc8ae hue: 0.46 , saturation: 0.52 and the lightness value of 4fc8ae is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001000 10101110
Octal 117 310 256
Decimal 79 200 174
Hex 4F C8 AE

RGB Percentages of Color #4fc8ae

%17.44
%44.15
%38.41

CMYK Percentages of Color #4fc8ae

%61
%0
%13
%22

Triadic Colors of #4fc8ae

#4fc8ae #ae4fc8 #c8ae4f

Analogous Colors of #4fc8ae

#4fc8ae #4fa6c8 #4fc872

Monochromatic Colors of #4fc8ae

#4fc8ae

Complementary Color

#4fc8ae #c84f69

#4fc8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fc8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fc8ae Color CSS Codes

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

#4fc8ae Text Font Color

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

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


#4fc8ae Background Color

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

This div background color is #4fc8ae


#4fc8ae Border Color

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

This div border color is #4fc8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fc8ae


Comments

No comments written yet.

Please login to write comment.