Color Hex Logo

#4fddaf Color Hex

#4FDDAF
(79,221,175)
0 Favorites   0 Comments

Color spaces of #4fddaf

RGB 79221175
HSL0.450.680.59
HSV161°64°87°
CMYK 0.640.000.21   0.13
XYZ36.818856.470349.5168
Yxy56.47030.25780.3954
Hunter Lab75.1467-44.049113.5345
CIE-Lab79.8807-48.793411.5100

#4fddaf color RGB value is (79,221,175).

#4fddaf hex color red value is 79, green value is 221 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #4fddaf hue: 0.45 , saturation: 0.68 and the lightness value of 4fddaf is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011101 10101111
Octal 117 335 257
Decimal 79 221 175
Hex 4F DD AF

RGB Percentages of Color #4fddaf

%16.63
%46.53
%36.84

CMYK Percentages of Color #4fddaf

%64
%0
%21
%13

Triadic Colors of #4fddaf

#4fddaf #af4fdd #ddaf4f

Analogous Colors of #4fddaf

#4fddaf #4fc4dd #4fdd68

Monochromatic Colors of #4fddaf

#4fddaf

Complementary Color

#4fddaf #dd4f7d

#4fddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fddaf Color CSS Codes

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

#4fddaf Text Font Color

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

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


#4fddaf Background Color

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

This div background color is #4fddaf


#4fddaf Border Color

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

This div border color is #4fddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fddaf


Comments

No comments written yet.

Please login to write comment.