Color Hex Logo

#4fdbaf Color Hex

#4FDBAF
(79,219,175)
0 Favorites   0 Comments

Color spaces of #4fdbaf

RGB 79219175
HSL0.450.660.58
HSV161°64°86°
CMYK 0.640.000.20   0.14
XYZ36.293855.420449.3418
Yxy55.42040.25730.3929
Hunter Lab74.4449-43.255212.8142
CIE-Lab79.2828-47.956810.6605

#4fdbaf color RGB value is (79,219,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011011 10101111
Octal 117 333 257
Decimal 79 219 175
Hex 4F DB AF

RGB Percentages of Color #4fdbaf

%16.70
%46.30
%37.00

CMYK Percentages of Color #4fdbaf

%64
%0
%20
%14

Triadic Colors of #4fdbaf

#4fdbaf #af4fdb #dbaf4f

Analogous Colors of #4fdbaf

#4fdbaf #4fc1db #4fdb69

Monochromatic Colors of #4fdbaf

#4fdbaf

Complementary Color

#4fdbaf #db4f7b

#4fdbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdbaf Color CSS Codes

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

#4fdbaf Text Font Color

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

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


#4fdbaf Background Color

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

This div background color is #4fdbaf


#4fdbaf Border Color

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

This div border color is #4fdbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdbaf


Comments

No comments written yet.

Please login to write comment.