Color Hex Logo

#4fdcae Color Hex

#4FDCAE
(79,220,174)
0 Favorites   0 Comments

Color spaces of #4fdcae

RGB 79220174
HSL0.450.670.59
HSV160°64°86°
CMYK 0.640.000.21   0.14
XYZ36.457655.904748.9136
Yxy55.90470.25810.3957
Hunter Lab74.7694-43.809913.5515
CIE-Lab79.5596-48.604811.5833

#4fdcae color RGB value is (79,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001111 11011100 10101110
Octal 117 334 256
Decimal 79 220 174
Hex 4F DC AE

RGB Percentages of Color #4fdcae

%16.70
%46.51
%36.79

CMYK Percentages of Color #4fdcae

%64
%0
%21
%14

Triadic Colors of #4fdcae

#4fdcae #ae4fdc #dcae4f

Analogous Colors of #4fdcae

#4fdcae #4fc4dc #4fdc68

Monochromatic Colors of #4fdcae

#4fdcae

Complementary Color

#4fdcae #dc4f7d

#4fdcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4fdcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4fdcae Color CSS Codes

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

#4fdcae Text Font Color

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

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


#4fdcae Background Color

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

This div background color is #4fdcae


#4fdcae Border Color

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

This div border color is #4fdcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4fdcae


Comments

No comments written yet.

Please login to write comment.