Color Hex Logo

#4fc0ba Color Hex

#4FC0BA
(79,192,186)
0 Favorites   0 Comments

Color spaces of #4fc0ba

RGB 79192186
HSL0.490.470.53
HSV177°59°75°
CMYK 0.590.000.03   0.25
XYZ30.937042.906753.1056
Yxy42.90670.24370.3380
Hunter Lab65.5032-30.3255-2.2161
CIE-Lab71.4916-33.1785-6.5833

#4fc0ba color RGB value is (79,192,186).

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

The process color (four color CMYK) of #4fc0ba color hex is 0.59, 0.00, 0.03, 0.25. Web safe color of #4fc0ba is #66cccc. Color #4fc0ba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11000000 10111010
Octal 117 300 272
Decimal 79 192 186
Hex 4F C0 BA

RGB Percentages of Color #4fc0ba

%17.29
%42.01
%40.70

CMYK Percentages of Color #4fc0ba

%59
%0
%3
%25

Triadic Colors of #4fc0ba

#4fc0ba #ba4fc0 #c0ba4f

Analogous Colors of #4fc0ba

#4fc0ba #4f8ec0 #4fc082

Monochromatic Colors of #4fc0ba

#4fc0ba

Complementary Color

#4fc0ba #c04f55

#4fc0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fc0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fc0ba Color CSS Codes

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

#4fc0ba Text Font Color

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

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


#4fc0ba Background Color

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

This div background color is #4fc0ba


#4fc0ba Border Color

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

This div border color is #4fc0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fc0ba


Comments

No comments written yet.

Please login to write comment.