Color Hex Logo

#100aab Color Hex

#100AAB
(16,10,171)
0 Favorites   0 Comments

Color spaces of #100aab

RGB 1610171
HSL0.670.890.35
HSV242°94°67°
CMYK 0.910.940.00   0.33
XYZ7.67293.267538.7544
Yxy3.26750.15440.0658
Hunter Lab18.076244.1353-114.4610
CIE-Lab21.084856.2460-77.7977

#100aab color RGB value is (16,10,171).

#100aab hex color red value is 16, green value is 10 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #100aab hue: 0.67 , saturation: 0.89 and the lightness value of 100aab is 0.35.

The process color (four color CMYK) of #100aab color hex is 0.91, 0.94, 0.00, 0.33. Web safe color of #100aab is #000099. Color #100aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00001010 10101011
Octal 20 12 253
Decimal 16 10 171
Hex 10 A AB

RGB Percentages of Color #100aab

%8.12
%5.08
%86.80

CMYK Percentages of Color #100aab

%91
%94
%0
%33

Triadic Colors of #100aab

#100aab #ab100a #0aab10

Analogous Colors of #100aab

#100aab #610aab #0a54ab

Monochromatic Colors of #100aab

#100aab

Complementary Color

#100aab #a5ab0a

#100aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#100aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#100aab Color CSS Codes

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

#100aab Text Font Color

<p style="color:#100aab">Text here</p>

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


#100aab Background Color

<div style="background-color:#100aab">
Div content here</div>

This div background color is #100aab


#100aab Border Color

<div style="border:3px solid #100aab">
Div here</div>

This div border color is #100aab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,10,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #100aab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #100aab;
  -webkit-box-shadow: 1px 1px 3px 2px #100aab;
  box-shadow:         1px 1px 3px 2px #100aab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,10,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #100aab


Comments

No comments written yet.

Please login to write comment.