Color Hex Logo

#117bfe Color Hex

#117BFE
(17,123,254)
0 Favorites   0 Comments

Color spaces of #117bfe

RGB 17123254
HSL0.590.990.53
HSV213°93°100°
CMYK 0.930.520.00   0.00
XYZ25.203521.440896.5761
Yxy21.44080.17600.1497
Hunter Lab46.304216.1256-91.2474
CIE-Lab53.428621.9650-72.4571

#117bfe color RGB value is (17,123,254).

#117bfe hex color red value is 17, green value is 123 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #117bfe hue: 0.59 , saturation: 0.99 and the lightness value of 117bfe is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111011 11111110
Octal 21 173 376
Decimal 17 123 254
Hex 11 7B FE

RGB Percentages of Color #117bfe

%4.31
%31.22
%64.47

CMYK Percentages of Color #117bfe

%93
%52
%0
%0

Triadic Colors of #117bfe

#117bfe #fe117b #7bfe11

Analogous Colors of #117bfe

#117bfe #1e11fe #11f2fe

Monochromatic Colors of #117bfe

#117bfe

Complementary Color

#117bfe #fe9411

#117bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#117bfe Color CSS Codes

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

#117bfe Text Font Color

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

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


#117bfe Background Color

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

This div background color is #117bfe


#117bfe Border Color

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

This div border color is #117bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.