Color Hex Logo

#4fdcdc Color Hex

#4FDCDC
(79,220,220)
0 Favorites   0 Comments

Color spaces of #4fdcdc

RGB 79220220
HSL0.500.670.59
HSV180°64°86°
CMYK 0.640.000.00   0.14
XYZ41.735958.016076.7086
Yxy58.01600.23650.3288
Hunter Lab76.1682-35.4865-6.3929
CIE-Lab80.7477-36.9778-11.1546

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 11011100
Octal 117 334 334
Decimal 79 220 220
Hex 4F DC DC

RGB Percentages of Color #4fdcdc

%15.22
%42.39
%42.39

CMYK Percentages of Color #4fdcdc

%64
%0
%0
%14

Triadic Colors of #4fdcdc

#4fdcdc #dc4fdc #dcdc4f

Analogous Colors of #4fdcdc

#4fdcdc #4f96dc #4fdc96

Monochromatic Colors of #4fdcdc

#4fdcdc

Complementary Color

#4fdcdc #dc4f4f

#4fdcdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdcdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdcdc Color CSS Codes

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

#4fdcdc Text Font Color

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

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


#4fdcdc Background Color

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

This div background color is #4fdcdc


#4fdcdc Border Color

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

This div border color is #4fdcdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdcdc


Comments

No comments written yet.

Please login to write comment.