Color Hex Logo

#118aaa Color Hex

#118AAA
(17,138,170)
0 Favorites   0 Comments

Color spaces of #118aaa

RGB 17138170
HSL0.530.820.37
HSV193°90°67°
CMYK 0.900.190.00   0.33
XYZ16.575321.198441.2483
Yxy21.19840.20980.2683
Hunter Lab46.0417-16.3119-20.8881
CIE-Lab53.1660-18.7819-25.4628

#118aaa color RGB value is (17,138,170).

#118aaa hex color red value is 17, green value is 138 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #118aaa hue: 0.53 , saturation: 0.82 and the lightness value of 118aaa is 0.37.

The process color (four color CMYK) of #118aaa color hex is 0.90, 0.19, 0.00, 0.33. Web safe color of #118aaa is #009999. Color #118aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001010 10101010
Octal 21 212 252
Decimal 17 138 170
Hex 11 8A AA

RGB Percentages of Color #118aaa

%5.23
%42.46
%52.31

CMYK Percentages of Color #118aaa

%90
%19
%0
%33

Triadic Colors of #118aaa

#118aaa #aa118a #8aaa11

Analogous Colors of #118aaa

#118aaa #113eaa #11aa7e

Monochromatic Colors of #118aaa

#118aaa

Complementary Color

#118aaa #aa3111

#118aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#118aaa Color CSS Codes

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

#118aaa Text Font Color

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

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


#118aaa Background Color

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

This div background color is #118aaa


#118aaa Border Color

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

This div border color is #118aaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118aaa


Comments

No comments written yet.

Please login to write comment.