Color Hex Logo

#117ac8 Color Hex

#117AC8
(17,122,200)
0 Favorites   0 Comments

Color spaces of #117ac8

RGB 17122200
HSL0.570.840.43
HSV206°92°78°
CMYK 0.920.390.00   0.22
XYZ17.616018.208457.2297
Yxy18.20840.18930.1957
Hunter Lab42.6713-0.9846-49.6484
CIE-Lab49.74791.6792-48.0466

#117ac8 color RGB value is (17,122,200).

#117ac8 hex color red value is 17, green value is 122 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #117ac8 hue: 0.57 , saturation: 0.84 and the lightness value of 117ac8 is 0.43.

The process color (four color CMYK) of #117ac8 color hex is 0.92, 0.39, 0.00, 0.22. Web safe color of #117ac8 is #0066cc. Color #117ac8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 11001000
Octal 21 172 310
Decimal 17 122 200
Hex 11 7A C8

RGB Percentages of Color #117ac8

%5.01
%35.99
%59.00

CMYK Percentages of Color #117ac8

%92
%39
%0
%22

Triadic Colors of #117ac8

#117ac8 #c8117a #7ac811

Analogous Colors of #117ac8

#117ac8 #111fc8 #11c8bb

Monochromatic Colors of #117ac8

#117ac8

Complementary Color

#117ac8 #c85f11

#117ac8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117ac8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117ac8 Color CSS Codes

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

#117ac8 Text Font Color

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

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


#117ac8 Background Color

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

This div background color is #117ac8


#117ac8 Border Color

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

This div border color is #117ac8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117ac8


Comments

No comments written yet.

Please login to write comment.