Color Hex Logo

#117aed Color Hex

#117AED
(17,122,237)
0 Favorites   0 Comments

Color spaces of #117aed

RGB 17122237
HSL0.590.870.50
HSV211°93°93°
CMYK 0.930.490.00   0.07
XYZ22.476820.152782.8260
Yxy20.15270.17920.1606
Hunter Lab44.891810.8124-77.9668
CIE-Lab52.009416.0530-65.3135

#117aed color RGB value is (17,122,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111010 11101101
Octal 21 172 355
Decimal 17 122 237
Hex 11 7A ED

RGB Percentages of Color #117aed

%4.52
%32.45
%63.03

CMYK Percentages of Color #117aed

%93
%49
%0
%7

Triadic Colors of #117aed

#117aed #ed117a #7aed11

Analogous Colors of #117aed

#117aed #1611ed #11e8ed

Monochromatic Colors of #117aed

#117aed

Complementary Color

#117aed #ed8411

#117aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#117aed Color CSS Codes

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

#117aed Text Font Color

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

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


#117aed Background Color

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

This div background color is #117aed


#117aed Border Color

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

This div border color is #117aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117aed


Comments

No comments written yet.

Please login to write comment.