Color Hex Logo

#4ad0ae Color Hex

#4AD0AE
(74,208,174)
0 Favorites   0 Comments

Color spaces of #4ad0ae

RGB 74208174
HSL0.460.590.55
HSV165°64°82°
CMYK 0.640.000.16   0.18
XYZ33.019949.623647.8824
Yxy49.62360.25300.3802
Hunter Lab70.4440-39.60709.0101
CIE-Lab75.8376-44.35966.2503

#4ad0ae color RGB value is (74,208,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010000 10101110
Octal 112 320 256
Decimal 74 208 174
Hex 4A D0 AE

RGB Percentages of Color #4ad0ae

%16.23
%45.61
%38.16

CMYK Percentages of Color #4ad0ae

%64
%0
%16
%18

Triadic Colors of #4ad0ae

#4ad0ae #ae4ad0 #d0ae4a

Analogous Colors of #4ad0ae

#4ad0ae #4aafd0 #4ad06b

Monochromatic Colors of #4ad0ae

#4ad0ae

Complementary Color

#4ad0ae #d04a6c

#4ad0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad0ae Color CSS Codes

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

#4ad0ae Text Font Color

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

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


#4ad0ae Background Color

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

This div background color is #4ad0ae


#4ad0ae Border Color

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

This div border color is #4ad0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad0ae


Comments

No comments written yet.

Please login to write comment.