Color Hex Logo

#119dae Color Hex

#119DAE
(17,157,174)
0 Favorites   0 Comments

Color spaces of #119dae

RGB 17157174
HSL0.520.820.37
HSV186°90°68°
CMYK 0.900.100.00   0.32
XYZ19.928127.289144.2614
Yxy27.28910.21780.2983
Hunter Lab52.2390-23.3241-13.6684
CIE-Lab59.2410-27.2762-18.4299

#119dae color RGB value is (17,157,174).

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

The process color (four color CMYK) of #119dae color hex is 0.90, 0.10, 0.00, 0.32. Web safe color of #119dae is #009999. Color #119dae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011101 10101110
Octal 21 235 256
Decimal 17 157 174
Hex 11 9D AE

RGB Percentages of Color #119dae

%4.89
%45.11
%50.00

CMYK Percentages of Color #119dae

%90
%10
%0
%32

Triadic Colors of #119dae

#119dae #ae119d #9dae11

Analogous Colors of #119dae

#119dae #114fae #11ae71

Monochromatic Colors of #119dae

#119dae

Complementary Color

#119dae #ae2211

#119dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#119dae Color CSS Codes

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

#119dae Text Font Color

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

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


#119dae Background Color

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

This div background color is #119dae


#119dae Border Color

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

This div border color is #119dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119dae


Comments

No comments written yet.

Please login to write comment.