Color Hex Logo

#1194aa Color Hex

#1194AA
(17,148,170)
0 Favorites   0 Comments

Color spaces of #1194aa

RGB 17148170
HSL0.520.820.37
HSV189°90°67°
CMYK 0.900.130.00   0.33
XYZ18.076824.201341.7488
Yxy24.20130.21510.2880
Hunter Lab49.1948-20.5005-15.8796
CIE-Lab56.2888-24.0499-20.6616

#1194aa color RGB value is (17,148,170).

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

The process color (four color CMYK) of #1194aa color hex is 0.90, 0.13, 0.00, 0.33. Web safe color of #1194aa is #009999. Color #1194aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010100 10101010
Octal 21 224 252
Decimal 17 148 170
Hex 11 94 AA

RGB Percentages of Color #1194aa

%5.07
%44.18
%50.75

CMYK Percentages of Color #1194aa

%90
%13
%0
%33

Triadic Colors of #1194aa

#1194aa #aa1194 #94aa11

Analogous Colors of #1194aa

#1194aa #1147aa #11aa74

Monochromatic Colors of #1194aa

#1194aa

Complementary Color

#1194aa #aa2711

#1194aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1194aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1194aa Color CSS Codes

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

#1194aa Text Font Color

<p style="color:#1194aa">Text here</p>

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


#1194aa Background Color

<div style="background-color:#1194aa">
Div content here</div>

This div background color is #1194aa


#1194aa Border Color

<div style="border:3px solid #1194aa">
Div here</div>

This div border color is #1194aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1194aa


Comments

No comments written yet.

Please login to write comment.