Color Hex Logo

#1178ab Color Hex

#1178AB
(17,120,171)
0 Favorites   0 Comments

Color spaces of #1178ab

RGB 17120171
HSL0.560.820.37
HSV200°90°67°
CMYK 0.900.300.00   0.33
XYZ14.298316.492440.9578
Yxy16.49240.19930.2299
Hunter Lab40.6108-8.2225-31.3690
CIE-Lab47.6140-8.2776-34.6947

#1178ab color RGB value is (17,120,171).

#1178ab hex color red value is 17, green value is 120 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1178ab hue: 0.56 , saturation: 0.82 and the lightness value of 1178ab is 0.37.

The process color (four color CMYK) of #1178ab color hex is 0.90, 0.30, 0.00, 0.33. Web safe color of #1178ab is #006699. Color #1178ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111000 10101011
Octal 21 170 253
Decimal 17 120 171
Hex 11 78 AB

RGB Percentages of Color #1178ab

%5.52
%38.96
%55.52

CMYK Percentages of Color #1178ab

%90
%30
%0
%33

Triadic Colors of #1178ab

#1178ab #ab1178 #78ab11

Analogous Colors of #1178ab

#1178ab #112bab #11ab91

Monochromatic Colors of #1178ab

#1178ab

Complementary Color

#1178ab #ab4411

#1178ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1178ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1178ab Color CSS Codes

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

#1178ab Text Font Color

<p style="color:#1178ab">Text here</p>

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


#1178ab Background Color

<div style="background-color:#1178ab">
Div content here</div>

This div background color is #1178ab


#1178ab Border Color

<div style="border:3px solid #1178ab">
Div here</div>

This div border color is #1178ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,120,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1178ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1178ab;
  -webkit-box-shadow: 1px 1px 3px 2px #1178ab;
  box-shadow:         1px 1px 3px 2px #1178ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,120,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1178ab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1178ab


Comments

No comments written yet.

Please login to write comment.