Color Hex Logo

#4ada8a Color Hex

#4ADA8A
(74,218,138)
0 Favorites   0 Comments

Color spaces of #4ada8a

RGB 74218138
HSL0.410.660.57
HSV147°66°85°
CMYK 0.660.000.37   0.15
XYZ32.482953.433632.6465
Yxy53.43360.27400.4507
Hunter Lab73.0983-48.601424.6892
CIE-Lab78.1303-56.157728.4322

#4ada8a color RGB value is (74,218,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011010 10001010
Octal 112 332 212
Decimal 74 218 138
Hex 4A DA 8A

RGB Percentages of Color #4ada8a

%17.21
%50.70
%32.09

CMYK Percentages of Color #4ada8a

%66
%0
%37
%15

Triadic Colors of #4ada8a

#4ada8a #8a4ada #da8a4a

Analogous Colors of #4ada8a

#4ada8a #4adad2 #52da4a

Monochromatic Colors of #4ada8a

#4ada8a

Complementary Color

#4ada8a #da4a9a

#4ada8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ada8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ada8a Color CSS Codes

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

#4ada8a Text Font Color

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

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


#4ada8a Background Color

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

This div background color is #4ada8a


#4ada8a Border Color

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

This div border color is #4ada8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ada8a


Comments

No comments written yet.

Please login to write comment.