Color Hex Logo

#4adcac Color Hex

#4ADCAC
(74,220,172)
0 Favorites   0 Comments

Color spaces of #4adcac

RGB 74220172
HSL0.450.680.58
HSV160°66°86°
CMYK 0.660.000.22   0.14
XYZ35.863655.620847.8754
Yxy55.62080.25730.3991
Hunter Lab74.5794-44.677114.1450
CIE-Lab79.3975-49.890212.3954

#4adcac color RGB value is (74,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 10101100
Octal 112 334 254
Decimal 74 220 172
Hex 4A DC AC

RGB Percentages of Color #4adcac

%15.88
%47.21
%36.91

CMYK Percentages of Color #4adcac

%66
%0
%22
%14

Triadic Colors of #4adcac

#4adcac #ac4adc #dcac4a

Analogous Colors of #4adcac

#4adcac #4ac3dc #4adc63

Monochromatic Colors of #4adcac

#4adcac

Complementary Color

#4adcac #dc4a7a

#4adcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adcac Color CSS Codes

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

#4adcac Text Font Color

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

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


#4adcac Background Color

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

This div background color is #4adcac


#4adcac Border Color

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

This div border color is #4adcac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(74,220,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 #4adcac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adcac


Comments

No comments written yet.

Please login to write comment.