Color Hex Logo

#4fcccd Color Hex

#4FCCCD
(79,204,205)
0 Favorites   0 Comments

Color spaces of #4fcccd

RGB 79204205
HSL0.500.560.56
HSV180°61°80°
CMYK 0.610.000.00   0.20
XYZ35.836849.255865.3761
Yxy49.25580.23820.3273
Hunter Lab70.1825-31.6731-6.1019
CIE-Lab75.6102-33.6555-10.7778

#4fcccd color RGB value is (79,204,205).

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

The process color (four color CMYK) of #4fcccd color hex is 0.61, 0.00, 0.00, 0.20. Web safe color of #4fcccd is #66cccc. Color #4fcccd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001100 11001101
Octal 117 314 315
Decimal 79 204 205
Hex 4F CC CD

RGB Percentages of Color #4fcccd

%16.19
%41.80
%42.01

CMYK Percentages of Color #4fcccd

%61
%0
%0
%20

Triadic Colors of #4fcccd

#4fcccd #cd4fcc #cccd4f

Analogous Colors of #4fcccd

#4fcccd #4f8dcd #4fcd8f

Monochromatic Colors of #4fcccd

#4fcccd

Complementary Color

#4fcccd #cd504f

#4fcccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcccd Color CSS Codes

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

#4fcccd Text Font Color

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

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


#4fcccd Background Color

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

This div background color is #4fcccd


#4fcccd Border Color

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

This div border color is #4fcccd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(79,204,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 #4fcccd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcccd


Comments

No comments written yet.

Please login to write comment.