Color Hex Logo

#118daa Color Hex

#118DAA
(17,141,170)
0 Favorites   0 Comments

Color spaces of #118daa

RGB 17141170
HSL0.530.820.37
HSV191°90°67°
CMYK 0.900.170.00   0.33
XYZ17.011722.071241.3938
Yxy22.07120.21140.2743
Hunter Lab46.9800-17.5792-19.3541
CIE-Lab54.1025-20.3882-24.0181

#118daa color RGB value is (17,141,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10001101 10101010
Octal 21 215 252
Decimal 17 141 170
Hex 11 8D AA

RGB Percentages of Color #118daa

%5.18
%42.99
%51.83

CMYK Percentages of Color #118daa

%90
%17
%0
%33

Triadic Colors of #118daa

#118daa #aa118d #8daa11

Analogous Colors of #118daa

#118daa #1141aa #11aa7b

Monochromatic Colors of #118daa

#118daa

Complementary Color

#118daa #aa2e11

#118daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#118daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#118daa Color CSS Codes

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

#118daa Text Font Color

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

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


#118daa Background Color

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

This div background color is #118daa


#118daa Border Color

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

This div border color is #118daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #118daa


Comments

No comments written yet.

Please login to write comment.