Color Hex Logo

#117eae Color Hex

#117EAE
(17,126,174)
0 Favorites   0 Comments

Color spaces of #117eae

RGB 17126174
HSL0.550.820.37
HSV198°90°68°
CMYK 0.900.280.00   0.32
XYZ15.332018.096942.7294
Yxy18.09690.20130.2376
Hunter Lab42.5405-10.1126-29.7750
CIE-Lab49.6134-10.6361-33.2996

#117eae color RGB value is (17,126,174).

#117eae hex color red value is 17, green value is 126 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #117eae hue: 0.55 , saturation: 0.82 and the lightness value of 117eae is 0.37.

The process color (four color CMYK) of #117eae color hex is 0.90, 0.28, 0.00, 0.32. Web safe color of #117eae is #006699. Color #117eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111110 10101110
Octal 21 176 256
Decimal 17 126 174
Hex 11 7E AE

RGB Percentages of Color #117eae

%5.36
%39.75
%54.89

CMYK Percentages of Color #117eae

%90
%28
%0
%32

Triadic Colors of #117eae

#117eae #ae117e #7eae11

Analogous Colors of #117eae

#117eae #1130ae #11ae90

Monochromatic Colors of #117eae

#117eae

Complementary Color

#117eae #ae4111

#117eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#117eae Color CSS Codes

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

#117eae Text Font Color

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

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


#117eae Background Color

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

This div background color is #117eae


#117eae Border Color

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

This div border color is #117eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117eae


Comments

No comments written yet.

Please login to write comment.