Color Hex Logo

#4adaaa Color Hex

#4ADAAA
(74,218,170)
0 Favorites   0 Comments

Color spaces of #4adaaa

RGB 74218170
HSL0.440.660.57
HSV160°66°85°
CMYK 0.660.000.22   0.15
XYZ35.151154.500946.6973
Yxy54.50090.25780.3997
Hunter Lab73.8247-44.201814.1738
CIE-Lab78.7529-49.520412.5419

#4adaaa color RGB value is (74,218,170).

#4adaaa hex color red value is 74, green value is 218 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #4adaaa hue: 0.44 , saturation: 0.66 and the lightness value of 4adaaa is 0.57.

The process color (four color CMYK) of #4adaaa color hex is 0.66, 0.00, 0.22, 0.15. Web safe color of #4adaaa is #33cc99. Color #4adaaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 10101010
Octal 112 332 252
Decimal 74 218 170
Hex 4A DA AA

RGB Percentages of Color #4adaaa

%16.02
%47.19
%36.80

CMYK Percentages of Color #4adaaa

%66
%0
%22
%15

Triadic Colors of #4adaaa

#4adaaa #aa4ada #daaa4a

Analogous Colors of #4adaaa

#4adaaa #4ac2da #4ada62

Monochromatic Colors of #4adaaa

#4adaaa

Complementary Color

#4adaaa #da4a7a

#4adaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adaaa Color CSS Codes

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

#4adaaa Text Font Color

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

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


#4adaaa Background Color

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

This div background color is #4adaaa


#4adaaa Border Color

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

This div border color is #4adaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,218,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adaaa


Comments

No comments written yet.

Please login to write comment.