Color Hex Logo

#2aaeaa Color Hex

#2AAEAA
(42,174,170)
0 Favorites   0 Comments

Color spaces of #2aaeaa

RGB 42174170
HSL0.490.610.42
HSV178°76°68°
CMYK 0.760.000.02   0.32
XYZ23.346633.666643.2980
Yxy33.66660.23270.3356
Hunter Lab58.0229-29.7173-3.6275
CIE-Lab64.6971-34.6971-7.9400

#2aaeaa color RGB value is (42,174,170).

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

The process color (four color CMYK) of #2aaeaa color hex is 0.76, 0.00, 0.02, 0.32. Web safe color of #2aaeaa is #339999. Color #2aaeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10101110 10101010
Octal 52 256 252
Decimal 42 174 170
Hex 2A AE AA

RGB Percentages of Color #2aaeaa

%10.88
%45.08
%44.04

CMYK Percentages of Color #2aaeaa

%76
%0
%2
%32

Triadic Colors of #2aaeaa

#2aaeaa #aa2aae #aeaa2a

Analogous Colors of #2aaeaa

#2aaeaa #2a70ae #2aae68

Monochromatic Colors of #2aaeaa

#2aaeaa

Complementary Color

#2aaeaa #ae2a2e

#2aaeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2aaeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2aaeaa Color CSS Codes

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

#2aaeaa Text Font Color

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

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


#2aaeaa Background Color

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

This div background color is #2aaeaa


#2aaeaa Border Color

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

This div border color is #2aaeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2aaeaa


Comments

No comments written yet.

Please login to write comment.