Color Hex Logo

#2eaaab Color Hex

#2EAAAB
(46,170,171)
0 Favorites   0 Comments

Color spaces of #2eaaab

RGB 46170171
HSL0.500.580.43
HSV180°73°67°
CMYK 0.730.010.00   0.33
XYZ22.852132.270643.5525
Yxy32.27060.23160.3270
Hunter Lab56.8072-27.6066-5.6909
CIE-Lab63.5659-32.0480-10.1779

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10101010 10101011
Octal 56 252 253
Decimal 46 170 171
Hex 2E AA AB

RGB Percentages of Color #2eaaab

%11.89
%43.93
%44.19

CMYK Percentages of Color #2eaaab

%73
%1
%0
%33

Triadic Colors of #2eaaab

#2eaaab #ab2eaa #aaab2e

Analogous Colors of #2eaaab

#2eaaab #2e6cab #2eab6e

Monochromatic Colors of #2eaaab

#2eaaab

Complementary Color

#2eaaab #ab2f2e

#2eaaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2eaaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#2eaaab Color CSS Codes

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

#2eaaab Text Font Color

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

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


#2eaaab Background Color

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

This div background color is #2eaaab


#2eaaab Border Color

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

This div border color is #2eaaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2eaaab


Comments

No comments written yet.

Please login to write comment.