Color Hex Logo

#4ad5ab Color Hex

#4AD5AB
(74,213,171)
0 Favorites   0 Comments

Color spaces of #4ad5ab

RGB 74213171
HSL0.450.620.56
HSV162°65°84°
CMYK 0.650.000.20   0.16
XYZ33.969051.984646.7718
Yxy51.98460.25590.3917
Hunter Lab72.1003-42.078012.0086
CIE-Lab77.2716-47.20479.9078

#4ad5ab color RGB value is (74,213,171).

#4ad5ab hex color red value is 74, green value is 213 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #4ad5ab hue: 0.45 , saturation: 0.62 and the lightness value of 4ad5ab is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11010101 10101011
Octal 112 325 253
Decimal 74 213 171
Hex 4A D5 AB

RGB Percentages of Color #4ad5ab

%16.16
%46.51
%37.34

CMYK Percentages of Color #4ad5ab

%65
%0
%20
%16

Triadic Colors of #4ad5ab

#4ad5ab #ab4ad5 #d5ab4a

Analogous Colors of #4ad5ab

#4ad5ab #4abad5 #4ad566

Monochromatic Colors of #4ad5ab

#4ad5ab

Complementary Color

#4ad5ab #d54a74

#4ad5ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4ad5ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4ad5ab Color CSS Codes

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

#4ad5ab Text Font Color

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

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


#4ad5ab Background Color

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

This div background color is #4ad5ab


#4ad5ab Border Color

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

This div border color is #4ad5ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4ad5ab


Comments

No comments written yet.

Please login to write comment.