Color Hex Logo

#11809c Color Hex

#11809C
(17,128,156)
0 Favorites   0 Comments

Color spaces of #11809c

RGB 17128156
HSL0.530.800.34
HSV192°89°61°
CMYK 0.890.180.00   0.39
XYZ13.951117.957834.1834
Yxy17.95780.21110.2717
Hunter Lab42.3766-15.3939-18.1630
CIE-Lab49.4449-18.3395-23.0939

#11809c color RGB value is (17,128,156).

#11809c hex color red value is 17, green value is 128 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #11809c hue: 0.53 , saturation: 0.80 and the lightness value of 11809c is 0.34.

The process color (four color CMYK) of #11809c color hex is 0.89, 0.18, 0.00, 0.39. Web safe color of #11809c is #009999. Color #11809c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10000000 10011100
Octal 21 200 234
Decimal 17 128 156
Hex 11 80 9C

RGB Percentages of Color #11809c

%5.65
%42.52
%51.83

CMYK Percentages of Color #11809c

%89
%18
%0
%39

Triadic Colors of #11809c

#11809c #9c1180 #809c11

Analogous Colors of #11809c

#11809c #113a9c #119c73

Monochromatic Colors of #11809c

#11809c

Complementary Color

#11809c #9c2d11

#11809c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11809c Color Preview on White Background

Lorem ipsum dolor sit amet.

#11809c Color CSS Codes

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

#11809c Text Font Color

<p style="color:#11809c">Text here</p>

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


#11809c Background Color

<div style="background-color:#11809c">
Div content here</div>

This div background color is #11809c


#11809c Border Color

<div style="border:3px solid #11809c">
Div here</div>

This div border color is #11809c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,128,156, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11809c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11809c;
  -webkit-box-shadow: 1px 1px 3px 2px #11809c;
  box-shadow:         1px 1px 3px 2px #11809c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11809c


Comments

No comments written yet.

Please login to write comment.