Color Hex Logo

#120eaf Color Hex

#120EAF
(18,14,175)
0 Favorites   0 Comments

Color spaces of #120eaf

RGB 1814175
HSL0.670.850.37
HSV241°92°69°
CMYK 0.900.920.00   0.31
XYZ8.14443.537840.8111
Yxy3.53780.15520.0674
Hunter Lab18.809044.3755-115.4787
CIE-Lab22.080556.2931-78.5454

#120eaf color RGB value is (18,14,175).

#120eaf hex color red value is 18, green value is 14 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #120eaf hue: 0.67 , saturation: 0.85 and the lightness value of 120eaf is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001110 10101111
Octal 22 16 257
Decimal 18 14 175
Hex 12 E AF

RGB Percentages of Color #120eaf

%8.70
%6.76
%84.54

CMYK Percentages of Color #120eaf

%90
%92
%0
%31

Triadic Colors of #120eaf

#120eaf #af120e #0eaf12

Analogous Colors of #120eaf

#120eaf #630eaf #0e5aaf

Monochromatic Colors of #120eaf

#120eaf

Complementary Color

#120eaf #abaf0e

#120eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#120eaf Color CSS Codes

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

#120eaf Text Font Color

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

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


#120eaf Background Color

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

This div background color is #120eaf


#120eaf Border Color

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

This div border color is #120eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120eaf


Comments

No comments written yet.

Please login to write comment.