Color Hex Logo

#4fcdac Color Hex

#4FCDAC
(79,205,172)
0 Favorites   0 Comments

Color spaces of #4fcdac

RGB 79205172
HSL0.460.560.56
HSV164°61°80°
CMYK 0.610.000.16   0.20
XYZ32.502248.303546.6402
Yxy48.30350.25500.3790
Hunter Lab69.5007-38.15028.8625
CIE-Lab75.0160-42.66456.1604

#4fcdac color RGB value is (79,205,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001101 10101100
Octal 117 315 254
Decimal 79 205 172
Hex 4F CD AC

RGB Percentages of Color #4fcdac

%17.32
%44.96
%37.72

CMYK Percentages of Color #4fcdac

%61
%0
%16
%20

Triadic Colors of #4fcdac

#4fcdac #ac4fcd #cdac4f

Analogous Colors of #4fcdac

#4fcdac #4fafcd #4fcd6d

Monochromatic Colors of #4fcdac

#4fcdac

Complementary Color

#4fcdac #cd4f70

#4fcdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcdac Color CSS Codes

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

#4fcdac Text Font Color

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

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


#4fcdac Background Color

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

This div background color is #4fcdac


#4fcdac Border Color

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

This div border color is #4fcdac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcdac


Comments

No comments written yet.

Please login to write comment.