Color Hex Logo

#116da1 Color Hex

#116DA1
(17,109,161)
0 Favorites   0 Comments

Color spaces of #116da1

RGB 17109161
HSL0.560.810.35
HSV202°89°63°
CMYK 0.890.320.00   0.37
XYZ12.132813.629735.7095
Yxy13.62970.19740.2217
Hunter Lab36.9184-5.9453-31.5056
CIE-Lab43.6971-5.5605-34.9973

#116da1 color RGB value is (17,109,161).

#116da1 hex color red value is 17, green value is 109 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #116da1 hue: 0.56 , saturation: 0.81 and the lightness value of 116da1 is 0.35.

The process color (four color CMYK) of #116da1 color hex is 0.89, 0.32, 0.00, 0.37. Web safe color of #116da1 is #006699. Color #116da1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01101101 10100001
Octal 21 155 241
Decimal 17 109 161
Hex 11 6D A1

RGB Percentages of Color #116da1

%5.92
%37.98
%56.10

CMYK Percentages of Color #116da1

%89
%32
%0
%37

Triadic Colors of #116da1

#116da1 #a1116d #6da111

Analogous Colors of #116da1

#116da1 #1125a1 #11a18d

Monochromatic Colors of #116da1

#116da1

Complementary Color

#116da1 #a14511

#116da1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#116da1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#116da1 Color CSS Codes

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

#116da1 Text Font Color

<p style="color:#116da1">Text here</p>

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


#116da1 Background Color

<div style="background-color:#116da1">
Div content here</div>

This div background color is #116da1


#116da1 Border Color

<div style="border:3px solid #116da1">
Div here</div>

This div border color is #116da1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,109,161, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #116da1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #116da1;
  -webkit-box-shadow: 1px 1px 3px 2px #116da1;
  box-shadow:         1px 1px 3px 2px #116da1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #116da1


Comments

No comments written yet.

Please login to write comment.