Color Hex Logo

#2eadaa Color Hex

#2EADAA
(46,173,170)
0 Favorites   0 Comments

Color spaces of #2eadaa

RGB 46173170
HSL0.500.580.43
HSV179°73°68°
CMYK 0.730.000.02   0.32
XYZ23.326033.370343.2419
Yxy33.37030.23340.3339
Hunter Lab57.7670-29.0150-3.9450
CIE-Lab64.4596-33.7658-8.2858

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101101 10101010
Octal 56 255 252
Decimal 46 173 170
Hex 2E AD AA

RGB Percentages of Color #2eadaa

%11.83
%44.47
%43.70

CMYK Percentages of Color #2eadaa

%73
%0
%2
%32

Triadic Colors of #2eadaa

#2eadaa #aa2ead #adaa2e

Analogous Colors of #2eadaa

#2eadaa #2e71ad #2ead6b

Monochromatic Colors of #2eadaa

#2eadaa

Complementary Color

#2eadaa #ad2e31

#2eadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eadaa Color CSS Codes

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

#2eadaa Text Font Color

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

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


#2eadaa Background Color

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

This div background color is #2eadaa


#2eadaa Border Color

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

This div border color is #2eadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eadaa


Comments

No comments written yet.

Please login to write comment.