Color Hex Logo

#4fdcab Color Hex

#4FDCAB
(79,220,171)
0 Favorites   0 Comments

Color spaces of #4fdcab

RGB 79220171
HSL0.440.670.59
HSV159°64°86°
CMYK 0.640.000.22   0.14
XYZ36.168355.788947.3902
Yxy55.78890.25960.4004
Hunter Lab74.6920-44.275414.6663
CIE-Lab79.4935-49.283713.0765

#4fdcab color RGB value is (79,220,171).

#4fdcab hex color red value is 79, green value is 220 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4fdcab hue: 0.44 , saturation: 0.67 and the lightness value of 4fdcab is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 10101011
Octal 117 334 253
Decimal 79 220 171
Hex 4F DC AB

RGB Percentages of Color #4fdcab

%16.81
%46.81
%36.38

CMYK Percentages of Color #4fdcab

%64
%0
%22
%14

Triadic Colors of #4fdcab

#4fdcab #ab4fdc #dcab4f

Analogous Colors of #4fdcab

#4fdcab #4fc7dc #4fdc65

Monochromatic Colors of #4fdcab

#4fdcab

Complementary Color

#4fdcab #dc4f80

#4fdcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdcab Color CSS Codes

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

#4fdcab Text Font Color

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

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


#4fdcab Background Color

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

This div background color is #4fdcab


#4fdcab Border Color

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

This div border color is #4fdcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdcab


Comments

No comments written yet.

Please login to write comment.