Color Hex Logo

#118aae Color Hex

#118AAE
(17,138,174)
0 Favorites   0 Comments

Color spaces of #118aae

RGB 17138174
HSL0.540.820.37
HSV194°90°68°
CMYK 0.900.210.00   0.32
XYZ16.959621.352143.2719
Yxy21.35210.20790.2617
Hunter Lab46.2083-15.3507-23.1764
CIE-Lab53.3327-17.3583-27.5042

#118aae color RGB value is (17,138,174).

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

The process color (four color CMYK) of #118aae color hex is 0.90, 0.21, 0.00, 0.32. Web safe color of #118aae is #009999. Color #118aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001010 10101110
Octal 21 212 256
Decimal 17 138 174
Hex 11 8A AE

RGB Percentages of Color #118aae

%5.17
%41.95
%52.89

CMYK Percentages of Color #118aae

%90
%21
%0
%32

Triadic Colors of #118aae

#118aae #ae118a #8aae11

Analogous Colors of #118aae

#118aae #113cae #11ae84

Monochromatic Colors of #118aae

#118aae

Complementary Color

#118aae #ae3511

#118aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#118aae Color CSS Codes

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

#118aae Text Font Color

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

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


#118aae Background Color

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

This div background color is #118aae


#118aae Border Color

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

This div border color is #118aae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,138,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #118aae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118aae


Comments

No comments written yet.

Please login to write comment.