Color Hex Logo

#117edb Color Hex

#117EDB
(17,126,219)
0 Favorites   0 Comments

Color spaces of #117edb

RGB 17126219
HSL0.580.860.46
HSV208°92°86°
CMYK 0.920.420.00   0.14
XYZ20.478220.155469.8289
Yxy20.15540.18540.1825
Hunter Lab44.89482.8548-60.7928
CIE-Lab52.01256.5896-55.2104

#117edb color RGB value is (17,126,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111110 11011011
Octal 21 176 333
Decimal 17 126 219
Hex 11 7E DB

RGB Percentages of Color #117edb

%4.70
%34.81
%60.50

CMYK Percentages of Color #117edb

%92
%42
%0
%14

Triadic Colors of #117edb

#117edb #db117e #7edb11

Analogous Colors of #117edb

#117edb #1119db #11dbd3

Monochromatic Colors of #117edb

#117edb

Complementary Color

#117edb #db6e11

#117edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#117edb Color CSS Codes

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

#117edb Text Font Color

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

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


#117edb Background Color

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

This div background color is #117edb


#117edb Border Color

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

This div border color is #117edb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(17,126,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 #117edb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117edb


Comments

No comments written yet.

Please login to write comment.