Color Hex Logo

#4fcdcb Color Hex

#4FCDCB
(79,205,203)
0 Favorites   0 Comments

Color spaces of #4fcdcb

RGB 79205203
HSL0.500.560.56
HSV179°61°80°
CMYK 0.610.000.01   0.20
XYZ35.835349.636764.1920
Yxy49.63670.23940.3317
Hunter Lab70.4533-32.5013-4.7035
CIE-Lab75.8457-34.6758-9.3468

#4fcdcb color RGB value is (79,205,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11001101 11001011
Octal 117 315 313
Decimal 79 205 203
Hex 4F CD CB

RGB Percentages of Color #4fcdcb

%16.22
%42.09
%41.68

CMYK Percentages of Color #4fcdcb

%61
%0
%1
%20

Triadic Colors of #4fcdcb

#4fcdcb #cb4fcd #cdcb4f

Analogous Colors of #4fcdcb

#4fcdcb #4f90cd #4fcd8c

Monochromatic Colors of #4fcdcb

#4fcdcb

Complementary Color

#4fcdcb #cd4f51

#4fcdcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fcdcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fcdcb Color CSS Codes

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

#4fcdcb Text Font Color

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

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


#4fcdcb Background Color

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

This div background color is #4fcdcb


#4fcdcb Border Color

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

This div border color is #4fcdcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fcdcb


Comments

No comments written yet.

Please login to write comment.