Color Hex Logo

#100dab Color Hex

#100DAB
(16,13,171)
0 Favorites   0 Comments

Color spaces of #100dab

RGB 1613171
HSL0.670.860.36
HSV241°92°67°
CMYK 0.910.920.00   0.33
XYZ7.70833.338338.7662
Yxy3.33830.15470.0670
Hunter Lab18.271043.3325-113.0078
CIE-Lab21.350855.4315-77.3536

#100dab color RGB value is (16,13,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 00001101 10101011
Octal 20 15 253
Decimal 16 13 171
Hex 10 D AB

RGB Percentages of Color #100dab

%8.00
%6.50
%85.50

CMYK Percentages of Color #100dab

%91
%92
%0
%33

Triadic Colors of #100dab

#100dab #ab100d #0dab10

Analogous Colors of #100dab

#100dab #5f0dab #0d59ab

Monochromatic Colors of #100dab

#100dab

Complementary Color

#100dab #a8ab0d

#100dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#100dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#100dab Color CSS Codes

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

#100dab Text Font Color

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

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


#100dab Background Color

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

This div background color is #100dab


#100dab Border Color

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

This div border color is #100dab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,13,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 #100dab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #100dab


Comments

No comments written yet.

Please login to write comment.