Color Hex Logo

#4ed7ae Color Hex

#4ED7AE
(78,215,174)
0 Favorites   0 Comments

Color spaces of #4ed7ae

RGB 78215174
HSL0.450.630.57
HSV162°64°84°
CMYK 0.640.000.19   0.16
XYZ35.082353.276648.4788
Yxy53.27660.25640.3893
Hunter Lab72.9908-41.939711.7145
CIE-Lab78.0380-46.67339.4152

#4ed7ae color RGB value is (78,215,174).

#4ed7ae hex color red value is 78, green value is 215 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4ed7ae hue: 0.45 , saturation: 0.63 and the lightness value of 4ed7ae is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11010111 10101110
Octal 116 327 256
Decimal 78 215 174
Hex 4E D7 AE

RGB Percentages of Color #4ed7ae

%16.70
%46.04
%37.26

CMYK Percentages of Color #4ed7ae

%64
%0
%19
%16

Triadic Colors of #4ed7ae

#4ed7ae #ae4ed7 #d7ae4e

Analogous Colors of #4ed7ae

#4ed7ae #4ebcd7 #4ed76a

Monochromatic Colors of #4ed7ae

#4ed7ae

Complementary Color

#4ed7ae #d74e77

#4ed7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ed7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ed7ae Color CSS Codes

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

#4ed7ae Text Font Color

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

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


#4ed7ae Background Color

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

This div background color is #4ed7ae


#4ed7ae Border Color

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

This div border color is #4ed7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ed7ae


Comments

No comments written yet.

Please login to write comment.