Color Hex Logo

#11969d Color Hex

#11969D
(17,150,157)
0 Favorites   0 Comments

Color spaces of #11969d

RGB 17150157
HSL0.510.800.34
HSV183°89°62°
CMYK 0.890.040.00   0.38
XYZ17.223324.366235.6937
Yxy24.36620.22290.3153
Hunter Lab49.3621-24.1020-8.3190
CIE-Lab56.4526-29.3546-12.9848

#11969d color RGB value is (17,150,157).

#11969d hex color red value is 17, green value is 150 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #11969d hue: 0.51 , saturation: 0.80 and the lightness value of 11969d is 0.34.

The process color (four color CMYK) of #11969d color hex is 0.89, 0.04, 0.00, 0.38. Web safe color of #11969d is #009999. Color #11969d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 10010110 10011101
Octal 21 226 235
Decimal 17 150 157
Hex 11 96 9D

RGB Percentages of Color #11969d

%5.25
%46.30
%48.46

CMYK Percentages of Color #11969d

%89
%4
%0
%38

Triadic Colors of #11969d

#11969d #9d1196 #969d11

Analogous Colors of #11969d

#11969d #11509d #119d5e

Monochromatic Colors of #11969d

#11969d

Complementary Color

#11969d #9d1811

#11969d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11969d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11969d Color CSS Codes

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

#11969d Text Font Color

<p style="color:#11969d">Text here</p>

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


#11969d Background Color

<div style="background-color:#11969d">
Div content here</div>

This div background color is #11969d


#11969d Border Color

<div style="border:3px solid #11969d">
Div here</div>

This div border color is #11969d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,150,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #11969d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #11969d;
  -webkit-box-shadow: 1px 1px 3px 2px #11969d;
  box-shadow:         1px 1px 3px 2px #11969d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11969d


Comments

No comments written yet.

Please login to write comment.