Color Hex Logo

#120aec Color Hex

#120AEC
(18,10,236)
0 Favorites   0 Comments

Color spaces of #120aec

RGB 1810236
HSL0.670.920.48
HSV242°96°93°
CMYK 0.920.960.00   0.07
XYZ15.49836.401879.7757
Yxy6.40180.15240.0630
Hunter Lab25.301865.0599-169.2282
CIE-Lab30.404373.1422-100.2943

#120aec color RGB value is (18,10,236).

#120aec hex color red value is 18, green value is 10 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #120aec hue: 0.67 , saturation: 0.92 and the lightness value of 120aec is 0.48.

The process color (four color CMYK) of #120aec color hex is 0.92, 0.96, 0.00, 0.07. Web safe color of #120aec is #0000ff. Color #120aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001010 11101100
Octal 22 12 354
Decimal 18 10 236
Hex 12 A EC

RGB Percentages of Color #120aec

%6.82
%3.79
%89.39

CMYK Percentages of Color #120aec

%92
%96
%0
%7

Triadic Colors of #120aec

#120aec #ec120a #0aec12

Analogous Colors of #120aec

#120aec #830aec #0a73ec

Monochromatic Colors of #120aec

#120aec

Complementary Color

#120aec #e4ec0a

#120aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#120aec Color CSS Codes

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

#120aec Text Font Color

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

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


#120aec Background Color

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

This div background color is #120aec


#120aec Border Color

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

This div border color is #120aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120aec


Comments

No comments written yet.

Please login to write comment.