Color Hex Logo

#117aec Color Hex

#117AEC
(17,122,236)
0 Favorites   0 Comments

Color spaces of #117aec

RGB 17122236
HSL0.590.870.50
HSV211°93°93°
CMYK 0.930.480.00   0.07
XYZ22.331020.094482.0585
Yxy20.09440.17940.1614
Hunter Lab44.826810.4751-77.1557
CIE-Lab51.943815.6660-64.8611

#117aec color RGB value is (17,122,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 11101100
Octal 21 172 354
Decimal 17 122 236
Hex 11 7A EC

RGB Percentages of Color #117aec

%4.53
%32.53
%62.93

CMYK Percentages of Color #117aec

%93
%48
%0
%7

Triadic Colors of #117aec

#117aec #ec117a #7aec11

Analogous Colors of #117aec

#117aec #1511ec #11e8ec

Monochromatic Colors of #117aec

#117aec

Complementary Color

#117aec #ec8311

#117aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#117aec Color CSS Codes

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

#117aec Text Font Color

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

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


#117aec Background Color

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

This div background color is #117aec


#117aec Border Color

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

This div border color is #117aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117aec


Comments

No comments written yet.

Please login to write comment.