Color Hex Logo

#117ede Color Hex

#117EDE
(17,126,222)
0 Favorites   0 Comments

Color spaces of #117ede

RGB 17126222
HSL0.580.860.47
HSV208°92°87°
CMYK 0.920.430.00   0.13
XYZ20.876820.314871.9281
Yxy20.31480.18460.1796
Hunter Lab45.07193.8032-63.0676
CIE-Lab52.19137.7511-56.6133

#117ede color RGB value is (17,126,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111110 11011110
Octal 21 176 336
Decimal 17 126 222
Hex 11 7E DE

RGB Percentages of Color #117ede

%4.66
%34.52
%60.82

CMYK Percentages of Color #117ede

%92
%43
%0
%13

Triadic Colors of #117ede

#117ede #de117e #7ede11

Analogous Colors of #117ede

#117ede #1117de #11ded8

Monochromatic Colors of #117ede

#117ede

Complementary Color

#117ede #de7111

#117ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#117ede Color CSS Codes

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

#117ede Text Font Color

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

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


#117ede Background Color

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

This div background color is #117ede


#117ede Border Color

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

This div border color is #117ede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117ede


Comments

No comments written yet.

Please login to write comment.