Color Hex Logo

#4fddcd Color Hex

#4FDDCD
(79,221,205)
0 Favorites   0 Comments

Color spaces of #4fddcd

RGB 79221205
HSL0.480.680.59
HSV173°64°87°
CMYK 0.640.000.07   0.13
XYZ40.100357.782966.7973
Yxy57.78290.24350.3509
Hunter Lab76.0151-38.86211.1102
CIE-Lab80.6179-41.4493-3.3576

#4fddcd color RGB value is (79,221,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011101 11001101
Octal 117 335 315
Decimal 79 221 205
Hex 4F DD CD

RGB Percentages of Color #4fddcd

%15.64
%43.76
%40.59

CMYK Percentages of Color #4fddcd

%64
%0
%7
%13

Triadic Colors of #4fddcd

#4fddcd #cd4fdd #ddcd4f

Analogous Colors of #4fddcd

#4fddcd #4fa6dd #4fdd86

Monochromatic Colors of #4fddcd

#4fddcd

Complementary Color

#4fddcd #dd4f5f

#4fddcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fddcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fddcd Color CSS Codes

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

#4fddcd Text Font Color

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

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


#4fddcd Background Color

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

This div background color is #4fddcd


#4fddcd Border Color

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

This div border color is #4fddcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fddcd


Comments

No comments written yet.

Please login to write comment.