Color Hex Logo

#2aacaa Color Hex

#2AACAA
(42,172,170)
0 Favorites   0 Comments

Color spaces of #2aacaa

RGB 42172170
HSL0.500.610.42
HSV179°76°67°
CMYK 0.760.000.01   0.33
XYZ22.963132.899643.1702
Yxy32.89960.23190.3322
Hunter Lab57.3582-28.9151-4.4735
CIE-Lab64.0795-33.7593-8.8599

#2aacaa color RGB value is (42,172,170).

#2aacaa hex color red value is 42, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2aacaa hue: 0.50 , saturation: 0.61 and the lightness value of 2aacaa is 0.42.

The process color (four color CMYK) of #2aacaa color hex is 0.76, 0.00, 0.01, 0.33. Web safe color of #2aacaa is #339999. Color #2aacaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101100 10101010
Octal 52 254 252
Decimal 42 172 170
Hex 2A AC AA

RGB Percentages of Color #2aacaa

%10.94
%44.79
%44.27

CMYK Percentages of Color #2aacaa

%76
%0
%1
%33

Triadic Colors of #2aacaa

#2aacaa #aa2aac #acaa2a

Analogous Colors of #2aacaa

#2aacaa #2a6dac #2aac69

Monochromatic Colors of #2aacaa

#2aacaa

Complementary Color

#2aacaa #ac2a2c

#2aacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aacaa Color CSS Codes

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

#2aacaa Text Font Color

<p style="color:#2aacaa">Text here</p>

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


#2aacaa Background Color

<div style="background-color:#2aacaa">
Div content here</div>

This div background color is #2aacaa


#2aacaa Border Color

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

This div border color is #2aacaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(42,172,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aacaa


Comments

No comments written yet.

Please login to write comment.