Color Hex Logo

#4fccac Color Hex

#4FCCAC
(79,204,172)
0 Favorites   0 Comments

Color spaces of #4fccac

RGB 79204172
HSL0.460.550.55
HSV165°61°80°
CMYK 0.610.000.16   0.20
XYZ32.263747.826646.5607
Yxy47.82660.25470.3776
Hunter Lab69.1568-37.74888.4920
CIE-Lab74.7154-42.22655.7279

#4fccac color RGB value is (79,204,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001100 10101100
Octal 117 314 254
Decimal 79 204 172
Hex 4F CC AC

RGB Percentages of Color #4fccac

%17.36
%44.84
%37.80

CMYK Percentages of Color #4fccac

%61
%0
%16
%20

Triadic Colors of #4fccac

#4fccac #ac4fcc #ccac4f

Analogous Colors of #4fccac

#4fccac #4faecc #4fcc6e

Monochromatic Colors of #4fccac

#4fccac

Complementary Color

#4fccac #cc4f6f

#4fccac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fccac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fccac Color CSS Codes

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

#4fccac Text Font Color

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

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


#4fccac Background Color

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

This div background color is #4fccac


#4fccac Border Color

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

This div border color is #4fccac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fccac


Comments

No comments written yet.

Please login to write comment.