Color Hex Logo

#117eef Color Hex

#117EEF
(17,126,239)
0 Favorites   0 Comments

Color spaces of #117eef

RGB 17126239
HSL0.580.870.50
HSV211°93°94°
CMYK 0.930.470.00   0.06
XYZ23.272021.272984.5409
Yxy21.27290.18030.1648
Hunter Lab46.12269.3511-76.3905
CIE-Lab53.246914.3233-64.4314

#117eef color RGB value is (17,126,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111110 11101111
Octal 21 176 357
Decimal 17 126 239
Hex 11 7E EF

RGB Percentages of Color #117eef

%4.45
%32.98
%62.57

CMYK Percentages of Color #117eef

%93
%47
%0
%6

Triadic Colors of #117eef

#117eef #ef117e #7eef11

Analogous Colors of #117eef

#117eef #1311ef #11edef

Monochromatic Colors of #117eef

#117eef

Complementary Color

#117eef #ef8211

#117eef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117eef Color Preview on White Background

Lorem ipsum dolor sit amet.

#117eef Color CSS Codes

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

#117eef Text Font Color

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

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


#117eef Background Color

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

This div background color is #117eef


#117eef Border Color

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

This div border color is #117eef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117eef


Comments

No comments written yet.

Please login to write comment.