Color Hex Logo

#119fae Color Hex

#119FAE
(17,159,174)
0 Favorites   0 Comments

Color spaces of #119fae

RGB 17159174
HSL0.520.820.37
HSV186°90°68°
CMYK 0.900.090.00   0.32
XYZ20.269327.971444.3751
Yxy27.97140.21890.3020
Hunter Lab52.8880-24.1439-12.7250
CIE-Lab59.8629-28.2712-17.4844

#119fae color RGB value is (17,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 10011111 10101110
Octal 21 237 256
Decimal 17 159 174
Hex 11 9F AE

RGB Percentages of Color #119fae

%4.86
%45.43
%49.71

CMYK Percentages of Color #119fae

%90
%9
%0
%32

Triadic Colors of #119fae

#119fae #ae119f #9fae11

Analogous Colors of #119fae

#119fae #1151ae #11ae6f

Monochromatic Colors of #119fae

#119fae

Complementary Color

#119fae #ae2011

#119fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#119fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#119fae Color CSS Codes

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

#119fae Text Font Color

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

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


#119fae Background Color

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

This div background color is #119fae


#119fae Border Color

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

This div border color is #119fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #119fae


Comments

No comments written yet.

Please login to write comment.