Color Hex Logo

#11646d Color Hex

#11646D
(17,100,109)
0 Favorites   0 Comments

Color spaces of #11646d

RGB 17100109
HSL0.520.730.25
HSV186°84°43°
CMYK 0.840.080.00   0.57
XYZ7.548710.337616.0655
Yxy10.33760.22230.3045
Hunter Lab32.1521-14.3579-7.1190
CIE-Lab38.4416-19.7401-11.8188

#11646d color RGB value is (17,100,109).

#11646d hex color red value is 17, green value is 100 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #11646d hue: 0.52 , saturation: 0.73 and the lightness value of 11646d is 0.25.

The process color (four color CMYK) of #11646d color hex is 0.84, 0.08, 0.00, 0.57. Web safe color of #11646d is #006666. Color #11646d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 01100100 01101101
Octal 21 144 155
Decimal 17 100 109
Hex 11 64 6D

RGB Percentages of Color #11646d

%7.52
%44.25
%48.23

CMYK Percentages of Color #11646d

%84
%8
%0
%57

Triadic Colors of #11646d

#11646d #6d1164 #646d11

Analogous Colors of #11646d

#11646d #11366d #116d48

Monochromatic Colors of #11646d

#11646d

Complementary Color

#11646d #6d1a11

#11646d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#11646d Color Preview on White Background

Lorem ipsum dolor sit amet.

#11646d Color CSS Codes

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

#11646d Text Font Color

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

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


#11646d Background Color

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

This div background color is #11646d


#11646d Border Color

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

This div border color is #11646d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #11646d

#11646d Color Palettes


Comments

No comments written yet.

Please login to write comment.