Color Hex Logo

#3adcac Color Hex

#3ADCAC
(58,220,172)
0 Favorites   0 Comments

Color spaces of #3adcac

RGB 58220172
HSL0.450.700.55
HSV162°74°86°
CMYK 0.740.000.22   0.14
XYZ34.784555.064547.8249
Yxy55.06450.25270.4000
Hunter Lab74.2055-46.186013.7318
CIE-Lab79.0784-52.175511.8987

#3adcac color RGB value is (58,220,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111010 11011100 10101100
Octal 72 334 254
Decimal 58 220 172
Hex 3A DC AC

RGB Percentages of Color #3adcac

%12.89
%48.89
%38.22

CMYK Percentages of Color #3adcac

%74
%0
%22
%14

Triadic Colors of #3adcac

#3adcac #ac3adc #dcac3a

Analogous Colors of #3adcac

#3adcac #3abbdc #3adc5b

Monochromatic Colors of #3adcac

#3adcac

Complementary Color

#3adcac #dc3a6a

#3adcac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#3adcac Color Preview on White Background

Lorem ipsum dolor sit amet.

#3adcac Color CSS Codes

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

#3adcac Text Font Color

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

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


#3adcac Background Color

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

This div background color is #3adcac


#3adcac Border Color

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

This div border color is #3adcac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #3adcac


Comments

No comments written yet.

Please login to write comment.