Color Hex Logo

#4fc4ba Color Hex

#4FC4BA
(79,196,186)
0 Favorites   0 Comments

Color spaces of #4fc4ba

RGB 79196186
HSL0.490.500.54
HSV175°60°77°
CMYK 0.600.000.05   0.23
XYZ31.827344.687353.4024
Yxy44.68730.24500.3440
Hunter Lab66.8486-31.9993-0.5702
CIE-Lab72.6855-35.0566-4.8176

#4fc4ba color RGB value is (79,196,186).

#4fc4ba hex color red value is 79, green value is 196 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #4fc4ba hue: 0.49 , saturation: 0.50 and the lightness value of 4fc4ba is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11000100 10111010
Octal 117 304 272
Decimal 79 196 186
Hex 4F C4 BA

RGB Percentages of Color #4fc4ba

%17.14
%42.52
%40.35

CMYK Percentages of Color #4fc4ba

%60
%0
%5
%23

Triadic Colors of #4fc4ba

#4fc4ba #ba4fc4 #c4ba4f

Analogous Colors of #4fc4ba

#4fc4ba #4f94c4 #4fc480

Monochromatic Colors of #4fc4ba

#4fc4ba

Complementary Color

#4fc4ba #c44f59

#4fc4ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fc4ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fc4ba Color CSS Codes

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

#4fc4ba Text Font Color

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

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


#4fc4ba Background Color

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

This div background color is #4fc4ba


#4fc4ba Border Color

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

This div border color is #4fc4ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fc4ba


Comments

No comments written yet.

Please login to write comment.