Color Hex Logo

#4fdccc Color Hex

#4FDCCC
(79,220,204)
0 Favorites   0 Comments

Color spaces of #4fdccc

RGB 79220204
HSL0.480.670.59
HSV173°64°86°
CMYK 0.640.000.07   0.14
XYZ39.716757.208366.0758
Yxy57.20830.24370.3510
Hunter Lab75.6362-38.63261.1495
CIE-Lab80.2966-41.2639-3.2975

#4fdccc color RGB value is (79,220,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 11001100
Octal 117 334 314
Decimal 79 220 204
Hex 4F DC CC

RGB Percentages of Color #4fdccc

%15.71
%43.74
%40.56

CMYK Percentages of Color #4fdccc

%64
%0
%7
%14

Triadic Colors of #4fdccc

#4fdccc #cc4fdc #dccc4f

Analogous Colors of #4fdccc

#4fdccc #4fa6dc #4fdc86

Monochromatic Colors of #4fdccc

#4fdccc

Complementary Color

#4fdccc #dc4f5f

#4fdccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdccc Color CSS Codes

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

#4fdccc Text Font Color

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

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


#4fdccc Background Color

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

This div background color is #4fdccc


#4fdccc Border Color

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

This div border color is #4fdccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdccc


Comments

No comments written yet.

Please login to write comment.