Color Hex Logo

#1008ac Color Hex

#1008AC
(16,8,172)
0 Favorites   0 Comments

Color spaces of #1008ac

RGB 168172
HSL0.670.910.35
HSV243°95°67°
CMYK 0.910.950.00   0.33
XYZ7.74693.262439.2511
Yxy3.26240.15410.0649
Hunter Lab18.062144.9505-116.2007
CIE-Lab21.065557.0217-78.4340

#1008ac color RGB value is (16,8,172).

#1008ac hex color red value is 16, green value is 8 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #1008ac hue: 0.67 , saturation: 0.91 and the lightness value of 1008ac is 0.35.

The process color (four color CMYK) of #1008ac color hex is 0.91, 0.95, 0.00, 0.33. Web safe color of #1008ac is #000099. Color #1008ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 00001000 10101100
Octal 20 10 254
Decimal 16 8 172
Hex 10 8 AC

RGB Percentages of Color #1008ac

%8.16
%4.08
%87.76

CMYK Percentages of Color #1008ac

%91
%95
%0
%33

Triadic Colors of #1008ac

#1008ac #ac1008 #08ac10

Analogous Colors of #1008ac

#1008ac #6208ac #0852ac

Monochromatic Colors of #1008ac

#1008ac

Complementary Color

#1008ac #a4ac08

#1008ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1008ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#1008ac Color CSS Codes

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

#1008ac Text Font Color

<p style="color:#1008ac">Text here</p>

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


#1008ac Background Color

<div style="background-color:#1008ac">
Div content here</div>

This div background color is #1008ac


#1008ac Border Color

<div style="border:3px solid #1008ac">
Div here</div>

This div border color is #1008ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,8,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1008ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1008ac;
  -webkit-box-shadow: 1px 1px 3px 2px #1008ac;
  box-shadow:         1px 1px 3px 2px #1008ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1008ac


Comments

No comments written yet.

Please login to write comment.