Color Hex Logo

#2eaaaa Color Hex

#2EAAAA
(46,170,170)
0 Favorites   0 Comments

Color spaces of #2eaaaa

RGB 46170170
HSL0.500.570.42
HSV180°73°67°
CMYK 0.730.000.00   0.33
XYZ22.757132.232643.0523
Yxy32.23260.23210.3288
Hunter Lab56.7738-27.8044-5.2188
CIE-Lab63.5347-32.3448-9.6654

#2eaaaa color RGB value is (46,170,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101010 10101010
Octal 56 252 252
Decimal 46 170 170
Hex 2E AA AA

RGB Percentages of Color #2eaaaa

%11.92
%44.04
%44.04

CMYK Percentages of Color #2eaaaa

%73
%0
%0
%33

Triadic Colors of #2eaaaa

#2eaaaa #aa2eaa #aaaa2e

Analogous Colors of #2eaaaa

#2eaaaa #2e6caa #2eaa6c

Monochromatic Colors of #2eaaaa

#2eaaaa

Complementary Color

#2eaaaa #aa2e2e

#2eaaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaaaa Color CSS Codes

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

#2eaaaa Text Font Color

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

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


#2eaaaa Background Color

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

This div background color is #2eaaaa


#2eaaaa Border Color

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

This div border color is #2eaaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaaaa


Comments

No comments written yet.

Please login to write comment.