Color Hex Logo

#117ab9 Color Hex

#117AB9
(17,122,185)
0 Favorites   0 Comments

Color spaces of #117ab9

RGB 17122185
HSL0.560.830.40
HSV203°91°73°
CMYK 0.910.340.00   0.27
XYZ15.947717.541048.4442
Yxy17.54100.19460.2141
Hunter Lab41.8820-5.3247-39.2624
CIE-Lab48.9346-4.1144-40.7268

#117ab9 color RGB value is (17,122,185).

#117ab9 hex color red value is 17, green value is 122 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #117ab9 hue: 0.56 , saturation: 0.83 and the lightness value of 117ab9 is 0.40.

The process color (four color CMYK) of #117ab9 color hex is 0.91, 0.34, 0.00, 0.27. Web safe color of #117ab9 is #0066cc. Color #117ab9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 10111001
Octal 21 172 271
Decimal 17 122 185
Hex 11 7A B9

RGB Percentages of Color #117ab9

%5.25
%37.65
%57.10

CMYK Percentages of Color #117ab9

%91
%34
%0
%27

Triadic Colors of #117ab9

#117ab9 #b9117a #7ab911

Analogous Colors of #117ab9

#117ab9 #1126b9 #11b9a4

Monochromatic Colors of #117ab9

#117ab9

Complementary Color

#117ab9 #b95011

#117ab9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117ab9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117ab9 Color CSS Codes

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

#117ab9 Text Font Color

<p style="color:#117ab9">Text here</p>

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


#117ab9 Background Color

<div style="background-color:#117ab9">
Div content here</div>

This div background color is #117ab9


#117ab9 Border Color

<div style="border:3px solid #117ab9">
Div here</div>

This div border color is #117ab9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,122,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #117ab9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #117ab9;
  -webkit-box-shadow: 1px 1px 3px 2px #117ab9;
  box-shadow:         1px 1px 3px 2px #117ab9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117ab9


Comments

No comments written yet.

Please login to write comment.