Color Hex Logo

#4ad2ae Color Hex

#4AD2AE
(74,210,174)
0 Favorites   0 Comments

Color spaces of #4ad2ae

RGB 74210174
HSL0.460.600.56
HSV164°65°82°
CMYK 0.650.000.17   0.18
XYZ33.510650.605048.0460
Yxy50.60500.25360.3829
Hunter Lab71.1372-40.40419.7516
CIE-Lab76.4391-45.21967.1143

#4ad2ae color RGB value is (74,210,174).

#4ad2ae hex color red value is 74, green value is 210 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #4ad2ae hue: 0.46 , saturation: 0.60 and the lightness value of 4ad2ae is 0.56.

The process color (four color CMYK) of #4ad2ae color hex is 0.65, 0.00, 0.17, 0.18. Web safe color of #4ad2ae is #33cc99. Color #4ad2ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010010 10101110
Octal 112 322 256
Decimal 74 210 174
Hex 4A D2 AE

RGB Percentages of Color #4ad2ae

%16.16
%45.85
%37.99

CMYK Percentages of Color #4ad2ae

%65
%0
%17
%18

Triadic Colors of #4ad2ae

#4ad2ae #ae4ad2 #d2ae4a

Analogous Colors of #4ad2ae

#4ad2ae #4ab2d2 #4ad26a

Monochromatic Colors of #4ad2ae

#4ad2ae

Complementary Color

#4ad2ae #d24a6e

#4ad2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad2ae Color CSS Codes

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

#4ad2ae Text Font Color

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

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


#4ad2ae Background Color

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

This div background color is #4ad2ae


#4ad2ae Border Color

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

This div border color is #4ad2ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad2ae


Comments

No comments written yet.

Please login to write comment.