Color Hex Logo

#2eb2aa Color Hex

#2EB2AA
(46,178,170)
0 Favorites   0 Comments

Color spaces of #2eb2aa

RGB 46178170
HSL0.490.590.44
HSV176°74°70°
CMYK 0.740.000.04   0.30
XYZ24.302835.323943.5675
Yxy35.32390.23550.3423
Hunter Lab59.4339-31.0199-1.8583
CIE-Lab66.0001-36.0955-5.9980

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

#2eb2aa hex color red value is 46, green value is 178 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #2eb2aa hue: 0.49 , saturation: 0.59 and the lightness value of 2eb2aa is 0.44.

The process color (four color CMYK) of #2eb2aa color hex is 0.74, 0.00, 0.04, 0.30. Web safe color of #2eb2aa is #339999. Color #2eb2aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00101110 10110010 10101010
Octal 56 262 252
Decimal 46 178 170
Hex 2E B2 AA

RGB Percentages of Color #2eb2aa

%11.68
%45.18
%43.15

CMYK Percentages of Color #2eb2aa

%74
%0
%4
%30

Triadic Colors of #2eb2aa

#2eb2aa #aa2eb2 #b2aa2e

Analogous Colors of #2eb2aa

#2eb2aa #2e78b2 #2eb268

Monochromatic Colors of #2eb2aa

#2eb2aa

Complementary Color

#2eb2aa #b22e36

#2eb2aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eb2aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eb2aa Color CSS Codes

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

#2eb2aa Text Font Color

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

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


#2eb2aa Background Color

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

This div background color is #2eb2aa


#2eb2aa Border Color

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

This div border color is #2eb2aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eb2aa


Comments

No comments written yet.

Please login to write comment.