Color Hex Logo

#4fc7bc Color Hex

#4FC7BC
(79,199,188)
0 Favorites   0 Comments

Color spaces of #4fc7bc

RGB 79199188
HSL0.480.520.55
HSV175°60°78°
CMYK 0.600.000.06   0.22
XYZ32.725046.140054.7581
Yxy46.14000.24490.3453
Hunter Lab67.9264-32.8751-0.2474
CIE-Lab73.6363-35.9205-4.5019

#4fc7bc color RGB value is (79,199,188).

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

The process color (four color CMYK) of #4fc7bc color hex is 0.60, 0.00, 0.06, 0.22. Web safe color of #4fc7bc is #66cccc. Color #4fc7bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11000111 10111100
Octal 117 307 274
Decimal 79 199 188
Hex 4F C7 BC

RGB Percentages of Color #4fc7bc

%16.95
%42.70
%40.34

CMYK Percentages of Color #4fc7bc

%60
%0
%6
%22

Triadic Colors of #4fc7bc

#4fc7bc #bc4fc7 #c7bc4f

Analogous Colors of #4fc7bc

#4fc7bc #4f96c7 #4fc780

Monochromatic Colors of #4fc7bc

#4fc7bc

Complementary Color

#4fc7bc #c74f5a

#4fc7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fc7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fc7bc Color CSS Codes

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

#4fc7bc Text Font Color

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

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


#4fc7bc Background Color

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

This div background color is #4fc7bc


#4fc7bc Border Color

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

This div border color is #4fc7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fc7bc


Comments

No comments written yet.

Please login to write comment.