Color Hex Logo

#2a9eaa Color Hex

#2A9EAA
(42,158,170)
0 Favorites   0 Comments

Color spaces of #2a9eaa

RGB 42158170
HSL0.520.600.42
HSV186°75°67°
CMYK 0.750.070.00   0.33
XYZ20.437427.848242.3283
Yxy27.84820.22550.3073
Hunter Lab52.7714-23.2201-10.6169
CIE-Lab59.7513-26.9669-15.3609

#2a9eaa color RGB value is (42,158,170).

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

The process color (four color CMYK) of #2a9eaa color hex is 0.75, 0.07, 0.00, 0.33. Web safe color of #2a9eaa is #339999. Color #2a9eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00101010 10011110 10101010
Octal 52 236 252
Decimal 42 158 170
Hex 2A 9E AA

RGB Percentages of Color #2a9eaa

%11.35
%42.70
%45.95

CMYK Percentages of Color #2a9eaa

%75
%7
%0
%33

Triadic Colors of #2a9eaa

#2a9eaa #aa2a9e #9eaa2a

Analogous Colors of #2a9eaa

#2a9eaa #2a5eaa #2aaa76

Monochromatic Colors of #2a9eaa

#2a9eaa

Complementary Color

#2a9eaa #aa362a

#2a9eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#2a9eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#2a9eaa Color CSS Codes

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

#2a9eaa Text Font Color

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

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


#2a9eaa Background Color

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

This div background color is #2a9eaa


#2a9eaa Border Color

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

This div border color is #2a9eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #2a9eaa


Comments

No comments written yet.

Please login to write comment.