Color Hex Logo

#129aaa Color Hex

#129AAA
(18,154,170)
0 Favorites   0 Comments

Color spaces of #129aaa

RGB 18154170
HSL0.520.810.37
HSV186°89°67°
CMYK 0.890.090.00   0.33
XYZ19.060826.142142.0715
Yxy26.14210.21840.2995
Hunter Lab51.1293-22.9323-12.9959
CIE-Lab58.1717-27.0405-17.7886

#129aaa color RGB value is (18,154,170).

#129aaa hex color red value is 18, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #129aaa hue: 0.52 , saturation: 0.81 and the lightness value of 129aaa is 0.37.

The process color (four color CMYK) of #129aaa color hex is 0.89, 0.09, 0.00, 0.33. Web safe color of #129aaa is #009999. Color #129aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011010 10101010
Octal 22 232 252
Decimal 18 154 170
Hex 12 9A AA

RGB Percentages of Color #129aaa

%5.26
%45.03
%49.71

CMYK Percentages of Color #129aaa

%89
%9
%0
%33

Triadic Colors of #129aaa

#129aaa #aa129a #9aaa12

Analogous Colors of #129aaa

#129aaa #124eaa #12aa6e

Monochromatic Colors of #129aaa

#129aaa

Complementary Color

#129aaa #aa2212

#129aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#129aaa Color CSS Codes

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

#129aaa Text Font Color

<p style="color:#129aaa">Text here</p>

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


#129aaa Background Color

<div style="background-color:#129aaa">
Div content here</div>

This div background color is #129aaa


#129aaa Border Color

<div style="border:3px solid #129aaa">
Div here</div>

This div border color is #129aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129aaa


Comments

No comments written yet.

Please login to write comment.