Color Hex Logo

#11708a Color Hex

#11708A
(17,112,138)
0 Favorites   0 Comments

Color spaces of #11708a

RGB 17112138
HSL0.540.780.30
HSV193°88°54°
CMYK 0.880.190.00   0.46
XYZ10.612813.542526.0994
Yxy13.54250.21120.2695
Hunter Lab36.8001-12.9226-16.2896
CIE-Lab43.5695-15.9963-21.5316

#11708a color RGB value is (17,112,138).

#11708a hex color red value is 17, green value is 112 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #11708a hue: 0.54 , saturation: 0.78 and the lightness value of 11708a is 0.30.

The process color (four color CMYK) of #11708a color hex is 0.88, 0.19, 0.00, 0.46. Web safe color of #11708a is #006699. Color #11708a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01110000 10001010
Octal 21 160 212
Decimal 17 112 138
Hex 11 70 8A

RGB Percentages of Color #11708a

%6.37
%41.95
%51.69

CMYK Percentages of Color #11708a

%88
%19
%0
%46

Triadic Colors of #11708a

#11708a #8a1170 #708a11

Analogous Colors of #11708a

#11708a #11338a #118a68

Monochromatic Colors of #11708a

#11708a

Complementary Color

#11708a #8a2b11

#11708a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11708a Color Preview on White Background

Lorem ipsum dolor sit amet.

#11708a Color CSS Codes

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

#11708a Text Font Color

<p style="color:#11708a">Text here</p>

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


#11708a Background Color

<div style="background-color:#11708a">
Div content here</div>

This div background color is #11708a


#11708a Border Color

<div style="border:3px solid #11708a">
Div here</div>

This div border color is #11708a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,112,138, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11708a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11708a;
  -webkit-box-shadow: 1px 1px 3px 2px #11708a;
  box-shadow:         1px 1px 3px 2px #11708a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11708a


Comments

No comments written yet.

Please login to write comment.