Color Hex Logo

#117aaf Color Hex

#117AAF
(17,122,175)
0 Favorites   0 Comments

Color spaces of #117aaf

RGB 17122175
HSL0.560.820.38
HSV200°90°69°
CMYK 0.900.300.00   0.31
XYZ14.928617.133443.0777
Yxy17.13340.19870.2280
Hunter Lab41.3925-8.0592-32.7291
CIE-Lab48.4277-7.9335-35.7408

#117aaf color RGB value is (17,122,175).

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

The process color (four color CMYK) of #117aaf color hex is 0.90, 0.30, 0.00, 0.31. Web safe color of #117aaf is #006699. Color #117aaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 10101111
Octal 21 172 257
Decimal 17 122 175
Hex 11 7A AF

RGB Percentages of Color #117aaf

%5.41
%38.85
%55.73

CMYK Percentages of Color #117aaf

%90
%30
%0
%31

Triadic Colors of #117aaf

#117aaf #af117a #7aaf11

Analogous Colors of #117aaf

#117aaf #112baf #11af95

Monochromatic Colors of #117aaf

#117aaf

Complementary Color

#117aaf #af4611

#117aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#117aaf Color CSS Codes

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

#117aaf Text Font Color

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

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


#117aaf Background Color

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

This div background color is #117aaf


#117aaf Border Color

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

This div border color is #117aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117aaf


Comments

No comments written yet.

Please login to write comment.