Color Hex Logo

#4fc7cb Color Hex

#4FC7CB
(79,199,203)
0 Favorites   0 Comments

Color spaces of #4fc7cb

RGB 79199203
HSL0.510.540.55
HSV182°61°80°
CMYK 0.610.020.00   0.20
XYZ34.427446.820963.7227
Yxy46.82090.23750.3230
Hunter Lab68.4258-29.9356-7.3168
CIE-Lab74.0751-31.8374-11.9900

#4fc7cb color RGB value is (79,199,203).

#4fc7cb hex color red value is 79, green value is 199 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #4fc7cb hue: 0.51 , saturation: 0.54 and the lightness value of 4fc7cb is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11000111 11001011
Octal 117 307 313
Decimal 79 199 203
Hex 4F C7 CB

RGB Percentages of Color #4fc7cb

%16.42
%41.37
%42.20

CMYK Percentages of Color #4fc7cb

%61
%2
%0
%20

Triadic Colors of #4fc7cb

#4fc7cb #cb4fc7 #c7cb4f

Analogous Colors of #4fc7cb

#4fc7cb #4f89cb #4fcb91

Monochromatic Colors of #4fc7cb

#4fc7cb

Complementary Color

#4fc7cb #cb534f

#4fc7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fc7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fc7cb Color CSS Codes

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

#4fc7cb Text Font Color

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

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


#4fc7cb Background Color

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

This div background color is #4fc7cb


#4fc7cb Border Color

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

This div border color is #4fc7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fc7cb


Comments

No comments written yet.

Please login to write comment.