Color Hex Logo

#4ed2ab Color Hex

#4ED2AB
(78,210,171)
0 Favorites   0 Comments

Color spaces of #4ed2ab

RGB 78210171
HSL0.450.590.56
HSV162°63°82°
CMYK 0.630.000.19   0.18
XYZ33.539250.653246.5374
Yxy50.65320.25660.3875
Hunter Lab71.1711-40.431611.0511
CIE-Lab76.4685-45.24568.7755

#4ed2ab color RGB value is (78,210,171).

#4ed2ab hex color red value is 78, green value is 210 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4ed2ab hue: 0.45 , saturation: 0.59 and the lightness value of 4ed2ab is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01001110 11010010 10101011
Octal 116 322 253
Decimal 78 210 171
Hex 4E D2 AB

RGB Percentages of Color #4ed2ab

%16.99
%45.75
%37.25

CMYK Percentages of Color #4ed2ab

%63
%0
%19
%18

Triadic Colors of #4ed2ab

#4ed2ab #ab4ed2 #d2ab4e

Analogous Colors of #4ed2ab

#4ed2ab #4eb7d2 #4ed269

Monochromatic Colors of #4ed2ab

#4ed2ab

Complementary Color

#4ed2ab #d24e75

#4ed2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ed2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ed2ab Color CSS Codes

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

#4ed2ab Text Font Color

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

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


#4ed2ab Background Color

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

This div background color is #4ed2ab


#4ed2ab Border Color

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

This div border color is #4ed2ab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,210,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ed2ab


Comments

No comments written yet.

Please login to write comment.