Color Hex Logo

#120dac Color Hex

#120DAC
(18,13,172)
0 Favorites   0 Comments

Color spaces of #120dac

RGB 1813172
HSL0.670.860.36
HSV242°92°67°
CMYK 0.900.920.00   0.33
XYZ7.83983.395039.2718
Yxy3.39500.15520.0672
Hunter Lab18.425543.7045-113.4717
CIE-Lab21.561155.7489-77.6047

#120dac color RGB value is (18,13,172).

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

The process color (four color CMYK) of #120dac color hex is 0.90, 0.92, 0.00, 0.33. Web safe color of #120dac is #000099. Color #120dac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001101 10101100
Octal 22 15 254
Decimal 18 13 172
Hex 12 D AC

RGB Percentages of Color #120dac

%8.87
%6.40
%84.73

CMYK Percentages of Color #120dac

%90
%92
%0
%33

Triadic Colors of #120dac

#120dac #ac120d #0dac12

Analogous Colors of #120dac

#120dac #620dac #0d57ac

Monochromatic Colors of #120dac

#120dac

Complementary Color

#120dac #a7ac0d

#120dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#120dac Color CSS Codes

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

#120dac Text Font Color

<p style="color:#120dac">Text here</p>

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


#120dac Background Color

<div style="background-color:#120dac">
Div content here</div>

This div background color is #120dac


#120dac Border Color

<div style="border:3px solid #120dac">
Div here</div>

This div border color is #120dac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,13,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #120dac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #120dac;
  -webkit-box-shadow: 1px 1px 3px 2px #120dac;
  box-shadow:         1px 1px 3px 2px #120dac; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120dac


Comments

No comments written yet.

Please login to write comment.