Color Hex Logo

#117adb Color Hex

#117ADB
(17,122,219)
0 Favorites   0 Comments

Color spaces of #117adb

RGB 17122219
HSL0.580.860.46
HSV209°92°86°
CMYK 0.920.440.00   0.14
XYZ19.976919.152769.6618
Yxy19.15270.18360.1760
Hunter Lab43.76384.8934-63.7412
CIE-Lab50.86549.0677-57.0504

#117adb color RGB value is (17,122,219).

#117adb hex color red value is 17, green value is 122 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #117adb hue: 0.58 , saturation: 0.86 and the lightness value of 117adb is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 11011011
Octal 21 172 333
Decimal 17 122 219
Hex 11 7A DB

RGB Percentages of Color #117adb

%4.75
%34.08
%61.17

CMYK Percentages of Color #117adb

%92
%44
%0
%14

Triadic Colors of #117adb

#117adb #db117a #7adb11

Analogous Colors of #117adb

#117adb #1115db #11dbd7

Monochromatic Colors of #117adb

#117adb

Complementary Color

#117adb #db7211

#117adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#117adb Color CSS Codes

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

#117adb Text Font Color

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

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


#117adb Background Color

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

This div background color is #117adb


#117adb Border Color

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

This div border color is #117adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117adb


Comments

No comments written yet.

Please login to write comment.