Color Hex Logo

#4addaf Color Hex

#4ADDAF
(74,221,175)
0 Favorites   0 Comments

Color spaces of #4addaf

RGB 74221175
HSL0.450.680.58
HSV161°67°87°
CMYK 0.670.000.21   0.13
XYZ36.418456.263949.4980
Yxy56.26390.25610.3957
Hunter Lab75.0093-44.601113.3815
CIE-Lab79.7638-49.615311.3278

#4addaf color RGB value is (74,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011101 10101111
Octal 112 335 257
Decimal 74 221 175
Hex 4A DD AF

RGB Percentages of Color #4addaf

%15.74
%47.02
%37.23

CMYK Percentages of Color #4addaf

%67
%0
%21
%13

Triadic Colors of #4addaf

#4addaf #af4add #ddaf4a

Analogous Colors of #4addaf

#4addaf #4ac2dd #4add66

Monochromatic Colors of #4addaf

#4addaf

Complementary Color

#4addaf #dd4a78

#4addaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4addaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#4addaf Color CSS Codes

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

#4addaf Text Font Color

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

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


#4addaf Background Color

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

This div background color is #4addaf


#4addaf Border Color

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

This div border color is #4addaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4addaf


Comments

No comments written yet.

Please login to write comment.