Color Hex Logo

#129eaa Color Hex

#129EAA
(18,158,170)
0 Favorites   0 Comments

Color spaces of #129eaa

RGB 18158170
HSL0.510.810.37
HSV185°89°67°
CMYK 0.890.070.00   0.33
XYZ19.732027.484642.2953
Yxy27.48460.22040.3070
Hunter Lab52.4258-24.5613-11.1351
CIE-Lab59.4202-29.0264-15.8938

#129eaa color RGB value is (18,158,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 10011110 10101010
Octal 22 236 252
Decimal 18 158 170
Hex 12 9E AA

RGB Percentages of Color #129eaa

%5.20
%45.66
%49.13

CMYK Percentages of Color #129eaa

%89
%7
%0
%33

Triadic Colors of #129eaa

#129eaa #aa129e #9eaa12

Analogous Colors of #129eaa

#129eaa #1252aa #12aa6a

Monochromatic Colors of #129eaa

#129eaa

Complementary Color

#129eaa #aa1e12

#129eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#129eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#129eaa Color CSS Codes

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

#129eaa Text Font Color

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

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


#129eaa Background Color

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

This div background color is #129eaa


#129eaa Border Color

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

This div border color is #129eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #129eaa


Comments

No comments written yet.

Please login to write comment.