Color Hex Logo

#4fcdaf Color Hex

#4FCDAF
(79,205,175)
0 Favorites   0 Comments

Color spaces of #4fcdaf

RGB 79205175
HSL0.460.560.56
HSV166°61°80°
CMYK 0.610.000.15   0.20
XYZ32.793648.420148.1750
Yxy48.42010.25350.3742
Hunter Lab69.5846-37.65007.6613
CIE-Lab75.0891-41.93814.6506

#4fcdaf color RGB value is (79,205,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001101 10101111
Octal 117 315 257
Decimal 79 205 175
Hex 4F CD AF

RGB Percentages of Color #4fcdaf

%17.21
%44.66
%38.13

CMYK Percentages of Color #4fcdaf

%61
%0
%15
%20

Triadic Colors of #4fcdaf

#4fcdaf #af4fcd #cdaf4f

Analogous Colors of #4fcdaf

#4fcdaf #4faccd #4fcd70

Monochromatic Colors of #4fcdaf

#4fcdaf

Complementary Color

#4fcdaf #cd4f6d

#4fcdaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcdaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcdaf Color CSS Codes

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

#4fcdaf Text Font Color

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

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


#4fcdaf Background Color

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

This div background color is #4fcdaf


#4fcdaf Border Color

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

This div border color is #4fcdaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcdaf


Comments

No comments written yet.

Please login to write comment.