Color Hex Logo

#4fd3aa Color Hex

#4FD3AA
(79,211,170)
0 Favorites   0 Comments

Color spaces of #4fd3aa

RGB 79211170
HSL0.450.600.57
HSV161°63°83°
CMYK 0.630.000.19   0.17
XYZ33.774451.153146.1236
Yxy51.15310.25770.3903
Hunter Lab71.5214-40.869811.8293
CIE-Lab76.7717-45.72859.7461

#4fd3aa color RGB value is (79,211,170).

#4fd3aa hex color red value is 79, green value is 211 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4fd3aa hue: 0.45 , saturation: 0.60 and the lightness value of 4fd3aa is 0.57.

The process color (four color CMYK) of #4fd3aa color hex is 0.63, 0.00, 0.19, 0.17. Web safe color of #4fd3aa is #66cc99. Color #4fd3aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001111 11010011 10101010
Octal 117 323 252
Decimal 79 211 170
Hex 4F D3 AA

RGB Percentages of Color #4fd3aa

%17.17
%45.87
%36.96

CMYK Percentages of Color #4fd3aa

%63
%0
%19
%17

Triadic Colors of #4fd3aa

#4fd3aa #aa4fd3 #d3aa4f

Analogous Colors of #4fd3aa

#4fd3aa #4fbad3 #4fd368

Monochromatic Colors of #4fd3aa

#4fd3aa

Complementary Color

#4fd3aa #d34f78

#4fd3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fd3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fd3aa Color CSS Codes

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

#4fd3aa Text Font Color

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

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


#4fd3aa Background Color

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

This div background color is #4fd3aa


#4fd3aa Border Color

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

This div border color is #4fd3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fd3aa


Comments

No comments written yet.

Please login to write comment.