Color Hex Logo

#117cc6 Color Hex

#117CC6
(17,124,198)
0 Favorites   0 Comments

Color spaces of #117cc6

RGB 17124198
HSL0.570.840.42
HSV205°91°78°
CMYK 0.910.370.00   0.22
XYZ17.631918.611756.0892
Yxy18.61170.19100.2016
Hunter Lab43.1413-2.5440-46.8857
CIE-Lab50.2298-0.3121-46.1364

#117cc6 color RGB value is (17,124,198).

#117cc6 hex color red value is 17, green value is 124 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #117cc6 hue: 0.57 , saturation: 0.84 and the lightness value of 117cc6 is 0.42.

The process color (four color CMYK) of #117cc6 color hex is 0.91, 0.37, 0.00, 0.22. Web safe color of #117cc6 is #0066cc. Color #117cc6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111100 11000110
Octal 21 174 306
Decimal 17 124 198
Hex 11 7C C6

RGB Percentages of Color #117cc6

%5.01
%36.58
%58.41

CMYK Percentages of Color #117cc6

%91
%37
%0
%22

Triadic Colors of #117cc6

#117cc6 #c6117c #7cc611

Analogous Colors of #117cc6

#117cc6 #1122c6 #11c6b6

Monochromatic Colors of #117cc6

#117cc6

Complementary Color

#117cc6 #c65b11

#117cc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117cc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117cc6 Color CSS Codes

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

#117cc6 Text Font Color

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

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


#117cc6 Background Color

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

This div background color is #117cc6


#117cc6 Border Color

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

This div border color is #117cc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117cc6


Comments

No comments written yet.

Please login to write comment.