Color Hex Logo

#4fdcd8 Color Hex

#4FDCD8
(79,220,216)
0 Favorites   0 Comments

Color spaces of #4fdcd8

RGB 79220216
HSL0.500.670.59
HSV178°64°86°
CMYK 0.640.000.02   0.14
XYZ41.212357.806573.9514
Yxy57.80650.23830.3342
Hunter Lab76.0306-36.2978-4.4472
CIE-Lab80.6311-38.0712-9.1973

#4fdcd8 color RGB value is (79,220,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 11011000
Octal 117 334 330
Decimal 79 220 216
Hex 4F DC D8

RGB Percentages of Color #4fdcd8

%15.34
%42.72
%41.94

CMYK Percentages of Color #4fdcd8

%64
%0
%2
%14

Triadic Colors of #4fdcd8

#4fdcd8 #d84fdc #dcd84f

Analogous Colors of #4fdcd8

#4fdcd8 #4f9adc #4fdc92

Monochromatic Colors of #4fdcd8

#4fdcd8

Complementary Color

#4fdcd8 #dc4f53

#4fdcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdcd8 Color CSS Codes

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

#4fdcd8 Text Font Color

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

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


#4fdcd8 Background Color

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

This div background color is #4fdcd8


#4fdcd8 Border Color

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

This div border color is #4fdcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdcd8


Comments

No comments written yet.

Please login to write comment.