Color Hex Logo

#4fdcd7 Color Hex

#4FDCD7
(79,220,215)
0 Favorites   0 Comments

Color spaces of #4fdcd7

RGB 79220215
HSL0.490.670.59
HSV178°64°86°
CMYK 0.640.000.02   0.14
XYZ41.083457.755073.2725
Yxy57.75500.23870.3356
Hunter Lab75.9967-36.4981-3.9670
CIE-Lab80.6024-38.3424-8.7072

#4fdcd7 color RGB value is (79,220,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 11010111
Octal 117 334 327
Decimal 79 220 215
Hex 4F DC D7

RGB Percentages of Color #4fdcd7

%15.37
%42.80
%41.83

CMYK Percentages of Color #4fdcd7

%64
%0
%2
%14

Triadic Colors of #4fdcd7

#4fdcd7 #d74fdc #dcd74f

Analogous Colors of #4fdcd7

#4fdcd7 #4f9bdc #4fdc91

Monochromatic Colors of #4fdcd7

#4fdcd7

Complementary Color

#4fdcd7 #dc4f54

#4fdcd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdcd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdcd7 Color CSS Codes

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

#4fdcd7 Text Font Color

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

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


#4fdcd7 Background Color

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

This div background color is #4fdcd7


#4fdcd7 Border Color

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

This div border color is #4fdcd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdcd7


Comments

No comments written yet.

Please login to write comment.