Color Hex Logo

#4addac Color Hex

#4ADDAC
(74,221,172)
0 Favorites   0 Comments

Color spaces of #4addac

RGB 74221172
HSL0.440.680.58
HSV160°67°87°
CMYK 0.670.000.22   0.13
XYZ36.126956.147347.9632
Yxy56.14730.25760.4004
Hunter Lab74.9315-45.069514.5009
CIE-Lab79.6976-50.301512.8199

#4addac color RGB value is (74,221,172).

#4addac hex color red value is 74, green value is 221 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #4addac hue: 0.44 , saturation: 0.68 and the lightness value of 4addac is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011101 10101100
Octal 112 335 254
Decimal 74 221 172
Hex 4A DD AC

RGB Percentages of Color #4addac

%15.85
%47.32
%36.83

CMYK Percentages of Color #4addac

%67
%0
%22
%13

Triadic Colors of #4addac

#4addac #ac4add #ddac4a

Analogous Colors of #4addac

#4addac #4ac5dd #4add63

Monochromatic Colors of #4addac

#4addac

Complementary Color

#4addac #dd4a7b

#4addac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4addac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4addac Color CSS Codes

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

#4addac Text Font Color

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

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


#4addac Background Color

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

This div background color is #4addac


#4addac Border Color

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

This div border color is #4addac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4addac


Comments

No comments written yet.

Please login to write comment.