Color Hex Logo

#119daa Color Hex

#119DAA
(17,157,170)
0 Favorites   0 Comments

Color spaces of #119daa

RGB 17157170
HSL0.510.820.37
HSV185°90°67°
CMYK 0.900.080.00   0.33
XYZ19.543827.135442.2378
Yxy27.13540.21980.3052
Hunter Lab52.0917-24.1906-11.6103
CIE-Lab59.0994-28.5880-16.3807

#119daa color RGB value is (17,157,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011101 10101010
Octal 21 235 252
Decimal 17 157 170
Hex 11 9D AA

RGB Percentages of Color #119daa

%4.94
%45.64
%49.42

CMYK Percentages of Color #119daa

%90
%8
%0
%33

Triadic Colors of #119daa

#119daa #aa119d #9daa11

Analogous Colors of #119daa

#119daa #1151aa #11aa6b

Monochromatic Colors of #119daa

#119daa

Complementary Color

#119daa #aa1e11

#119daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#119daa Color CSS Codes

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

#119daa Text Font Color

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

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


#119daa Background Color

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

This div background color is #119daa


#119daa Border Color

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

This div border color is #119daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119daa


Comments

No comments written yet.

Please login to write comment.