Color Hex Logo

#4fd0ac Color Hex

#4FD0AC
(79,208,172)
0 Favorites   0 Comments

Color spaces of #4fd0ac

RGB 79208172
HSL0.450.580.56
HSV163°62°82°
CMYK 0.620.000.17   0.18
XYZ33.226749.752646.8817
Yxy49.75260.25590.3831
Hunter Lab70.5355-39.35249.9675
CIE-Lab75.9172-43.97017.4544

#4fd0ac color RGB value is (79,208,172).

#4fd0ac hex color red value is 79, green value is 208 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4fd0ac hue: 0.45 , saturation: 0.58 and the lightness value of 4fd0ac is 0.56.

The process color (four color CMYK) of #4fd0ac color hex is 0.62, 0.00, 0.17, 0.18. Web safe color of #4fd0ac is #66cc99. Color #4fd0ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11010000 10101100
Octal 117 320 254
Decimal 79 208 172
Hex 4F D0 AC

RGB Percentages of Color #4fd0ac

%17.21
%45.32
%37.47

CMYK Percentages of Color #4fd0ac

%62
%0
%17
%18

Triadic Colors of #4fd0ac

#4fd0ac #ac4fd0 #d0ac4f

Analogous Colors of #4fd0ac

#4fd0ac #4fb4d0 #4fd06c

Monochromatic Colors of #4fd0ac

#4fd0ac

Complementary Color

#4fd0ac #d04f73

#4fd0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fd0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fd0ac Color CSS Codes

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

#4fd0ac Text Font Color

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

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


#4fd0ac Background Color

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

This div background color is #4fd0ac


#4fd0ac Border Color

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

This div border color is #4fd0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fd0ac


Comments

No comments written yet.

Please login to write comment.