Color Hex Logo

#4dc1ae Color Hex

#4DC1AE
(77,193,174)
0 Favorites   0 Comments

Color spaces of #4dc1ae

RGB 77193174
HSL0.470.480.53
HSV170°60°76°
CMYK 0.600.000.10   0.24
XYZ29.770542.773746.7315
Yxy42.77370.24960.3586
Hunter Lab65.4016-33.20053.4166
CIE-Lab71.4011-37.1668-0.1704

#4dc1ae color RGB value is (77,193,174).

#4dc1ae hex color red value is 77, green value is 193 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4dc1ae hue: 0.47 , saturation: 0.48 and the lightness value of 4dc1ae is 0.53.

The process color (four color CMYK) of #4dc1ae color hex is 0.60, 0.00, 0.10, 0.24. Web safe color of #4dc1ae is #66cc99. Color #4dc1ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001101 11000001 10101110
Octal 115 301 256
Decimal 77 193 174
Hex 4D C1 AE

RGB Percentages of Color #4dc1ae

%17.34
%43.47
%39.19

CMYK Percentages of Color #4dc1ae

%60
%0
%10
%24

Triadic Colors of #4dc1ae

#4dc1ae #ae4dc1 #c1ae4d

Analogous Colors of #4dc1ae

#4dc1ae #4d9ac1 #4dc174

Monochromatic Colors of #4dc1ae

#4dc1ae

Complementary Color

#4dc1ae #c14d60

#4dc1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4dc1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4dc1ae Color CSS Codes

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

#4dc1ae Text Font Color

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

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


#4dc1ae Background Color

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

This div background color is #4dc1ae


#4dc1ae Border Color

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

This div border color is #4dc1ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(77,193,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 #4dc1ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4dc1ae


Comments

No comments written yet.

Please login to write comment.