Color Hex Logo

#4fdbac Color Hex

#4FDBAC
(79,219,172)
0 Favorites   0 Comments

Color spaces of #4fdbac

RGB 79219172
HSL0.440.660.58
HSV160°64°86°
CMYK 0.640.000.21   0.14
XYZ36.002455.303947.8069
Yxy55.30390.25880.3975
Hunter Lab74.3666-43.726013.9418
CIE-Lab79.2160-48.642312.1550

#4fdbac color RGB value is (79,219,172).

#4fdbac hex color red value is 79, green value is 219 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4fdbac hue: 0.44 , saturation: 0.66 and the lightness value of 4fdbac is 0.58.

The process color (four color CMYK) of #4fdbac color hex is 0.64, 0.00, 0.21, 0.14. Web safe color of #4fdbac is #66cc99. Color #4fdbac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011011 10101100
Octal 117 333 254
Decimal 79 219 172
Hex 4F DB AC

RGB Percentages of Color #4fdbac

%16.81
%46.60
%36.60

CMYK Percentages of Color #4fdbac

%64
%0
%21
%14

Triadic Colors of #4fdbac

#4fdbac #ac4fdb #dbac4f

Analogous Colors of #4fdbac

#4fdbac #4fc4db #4fdb66

Monochromatic Colors of #4fdbac

#4fdbac

Complementary Color

#4fdbac #db4f7e

#4fdbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdbac Color CSS Codes

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

#4fdbac Text Font Color

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

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


#4fdbac Background Color

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

This div background color is #4fdbac


#4fdbac Border Color

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

This div border color is #4fdbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdbac


Comments

No comments written yet.

Please login to write comment.