Color Hex Logo

#2e9aaa Color Hex

#2E9AAA
(46,154,170)
0 Favorites   0 Comments

Color spaces of #2e9aaa

RGB 46154170
HSL0.520.570.42
HSV188°73°67°
CMYK 0.730.090.00   0.33
XYZ19.938026.594342.1126
Yxy26.59430.22490.3000
Hunter Lab51.5697-21.2348-12.3184
CIE-Lab58.5969-24.4509-17.1029

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00101110 10011010 10101010
Octal 56 232 252
Decimal 46 154 170
Hex 2E 9A AA

RGB Percentages of Color #2e9aaa

%12.43
%41.62
%45.95

CMYK Percentages of Color #2e9aaa

%73
%9
%0
%33

Triadic Colors of #2e9aaa

#2e9aaa #aa2e9a #9aaa2e

Analogous Colors of #2e9aaa

#2e9aaa #2e5caa #2eaa7c

Monochromatic Colors of #2e9aaa

#2e9aaa

Complementary Color

#2e9aaa #aa3e2e

#2e9aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2e9aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2e9aaa Color CSS Codes

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

#2e9aaa Text Font Color

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

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


#2e9aaa Background Color

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

This div background color is #2e9aaa


#2e9aaa Border Color

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

This div border color is #2e9aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2e9aaa


Comments

No comments written yet.

Please login to write comment.