Color Hex Logo

#117afe Color Hex

#117AFE
(17,122,254)
0 Favorites   0 Comments

Color spaces of #117afe

RGB 17122254
HSL0.590.990.53
HSV213°93°100°
CMYK 0.930.520.00   0.00
XYZ25.080121.194096.5349
Yxy21.19400.17560.1484
Hunter Lab46.036916.6790-92.0994
CIE-Lab53.161222.5925-72.8908

#117afe color RGB value is (17,122,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 11111110
Octal 21 172 376
Decimal 17 122 254
Hex 11 7A FE

RGB Percentages of Color #117afe

%4.33
%31.04
%64.63

CMYK Percentages of Color #117afe

%93
%52
%0
%0

Triadic Colors of #117afe

#117afe #fe117a #7afe11

Analogous Colors of #117afe

#117afe #1f11fe #11f1fe

Monochromatic Colors of #117afe

#117afe

Complementary Color

#117afe #fe9511

#117afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#117afe Color CSS Codes

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

#117afe Text Font Color

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

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


#117afe Background Color

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

This div background color is #117afe


#117afe Border Color

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

This div border color is #117afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117afe


Comments

No comments written yet.

Please login to write comment.