Color Hex Logo

#117ca5 Color Hex

#117CA5
(17,124,165)
0 Favorites   0 Comments

Color spaces of #117ca5

RGB 17124165
HSL0.550.810.36
HSV197°90°65°
CMYK 0.900.250.00   0.35
XYZ14.230317.251138.1771
Yxy17.25110.20430.2477
Hunter Lab41.5344-11.5286-25.4233
CIE-Lab48.5749-12.8416-29.6938

#117ca5 color RGB value is (17,124,165).

#117ca5 hex color red value is 17, green value is 124 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #117ca5 hue: 0.55 , saturation: 0.81 and the lightness value of 117ca5 is 0.36.

The process color (four color CMYK) of #117ca5 color hex is 0.90, 0.25, 0.00, 0.35. Web safe color of #117ca5 is #006699. Color #117ca5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01111100 10100101
Octal 21 174 245
Decimal 17 124 165
Hex 11 7C A5

RGB Percentages of Color #117ca5

%5.56
%40.52
%53.92

CMYK Percentages of Color #117ca5

%90
%25
%0
%35

Triadic Colors of #117ca5

#117ca5 #a5117c #7ca511

Analogous Colors of #117ca5

#117ca5 #1132a5 #11a584

Monochromatic Colors of #117ca5

#117ca5

Complementary Color

#117ca5 #a53a11

#117ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#117ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#117ca5 Color CSS Codes

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

#117ca5 Text Font Color

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

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


#117ca5 Background Color

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

This div background color is #117ca5


#117ca5 Border Color

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

This div border color is #117ca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #117ca5


Comments

No comments written yet.

Please login to write comment.