Color Hex Logo

#4adcab Color Hex

#4ADCAB
(74,220,171)
0 Favorites   0 Comments

Color spaces of #4adcab

RGB 74220171
HSL0.440.680.58
HSV160°66°86°
CMYK 0.660.000.22   0.14
XYZ35.767955.582547.3714
Yxy55.58250.25780.4007
Hunter Lab74.5537-44.831714.5147
CIE-Lab79.3756-50.117512.8932

#4adcab color RGB value is (74,220,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01001010 11011100 10101011
Octal 112 334 253
Decimal 74 220 171
Hex 4A DC AB

RGB Percentages of Color #4adcab

%15.91
%47.31
%36.77

CMYK Percentages of Color #4adcab

%66
%0
%22
%14

Triadic Colors of #4adcab

#4adcab #ab4adc #dcab4a

Analogous Colors of #4adcab

#4adcab #4ac4dc #4adc62

Monochromatic Colors of #4adcab

#4adcab

Complementary Color

#4adcab #dc4a7b

#4adcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4adcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#4adcab Color CSS Codes

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

#4adcab Text Font Color

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

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


#4adcab Background Color

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

This div background color is #4adcab


#4adcab Border Color

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

This div border color is #4adcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #4adcab


Comments

No comments written yet.

Please login to write comment.