Color Hex Logo

#110cad Color Hex

#110CAD
(17,12,173)
0 Favorites   0 Comments

Color spaces of #110cad

RGB 1712173
HSL0.670.870.36
HSV242°93°68°
CMYK 0.900.930.00   0.32
XYZ7.90553.399239.7746
Yxy3.39920.15480.0665
Hunter Lab18.436944.2738-115.0025
CIE-Lab21.576556.2885-78.1830

#110cad color RGB value is (17,12,173).

#110cad hex color red value is 17, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #110cad hue: 0.67 , saturation: 0.87 and the lightness value of 110cad is 0.36.

The process color (four color CMYK) of #110cad color hex is 0.90, 0.93, 0.00, 0.32. Web safe color of #110cad is #000099. Color #110cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010001 00001100 10101101
Octal 21 14 255
Decimal 17 12 173
Hex 11 C AD

RGB Percentages of Color #110cad

%8.42
%5.94
%85.64

CMYK Percentages of Color #110cad

%90
%93
%0
%32

Triadic Colors of #110cad

#110cad #ad110c #0cad11

Analogous Colors of #110cad

#110cad #610cad #0c57ad

Monochromatic Colors of #110cad

#110cad

Complementary Color

#110cad #a8ad0c

#110cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#110cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#110cad Color CSS Codes

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

#110cad Text Font Color

<p style="color:#110cad">Text here</p>

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


#110cad Background Color

<div style="background-color:#110cad">
Div content here</div>

This div background color is #110cad


#110cad Border Color

<div style="border:3px solid #110cad">
Div here</div>

This div border color is #110cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(17,12,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #110cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #110cad;
  -webkit-box-shadow: 1px 1px 3px 2px #110cad;
  box-shadow:         1px 1px 3px 2px #110cad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #110cad


Comments

No comments written yet.

Please login to write comment.