Color Hex Logo

#117dee Color Hex

#117DEE
(17,125,238)
0 Favorites   0 Comments

Color spaces of #117dee

RGB 17125238
HSL0.590.870.50
HSV211°93°93°
CMYK 0.930.470.00   0.07
XYZ22.997420.959483.7224
Yxy20.95940.18010.1642
Hunter Lab45.78149.5484-76.3791
CIE-Lab52.905014.5616-64.4257

#117dee color RGB value is (17,125,238).

#117dee hex color red value is 17, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #117dee hue: 0.59 , saturation: 0.87 and the lightness value of 117dee is 0.50.

The process color (four color CMYK) of #117dee color hex is 0.93, 0.47, 0.00, 0.07. Web safe color of #117dee is #0066ff. Color #117dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111101 11101110
Octal 21 175 356
Decimal 17 125 238
Hex 11 7D EE

RGB Percentages of Color #117dee

%4.47
%32.89
%62.63

CMYK Percentages of Color #117dee

%93
%47
%0
%7

Triadic Colors of #117dee

#117dee #ee117d #7dee11

Analogous Colors of #117dee

#117dee #1311ee #11ecee

Monochromatic Colors of #117dee

#117dee

Complementary Color

#117dee #ee8211

#117dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#117dee Color CSS Codes

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

#117dee Text Font Color

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

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


#117dee Background Color

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

This div background color is #117dee


#117dee Border Color

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

This div border color is #117dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117dee


Comments

No comments written yet.

Please login to write comment.