Color Hex Logo

#120eed Color Hex

#120EED
(18,14,237)
0 Favorites   0 Comments

Color spaces of #120eed

RGB 1814237
HSL0.670.890.49
HSV241°94°93°
CMYK 0.920.940.00   0.07
XYZ15.69266.557180.5593
Yxy6.55710.15260.0638
Hunter Lab25.606864.5779-168.6020
CIE-Lab30.776672.6745-100.2410

#120eed color RGB value is (18,14,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001110 11101101
Octal 22 16 355
Decimal 18 14 237
Hex 12 E ED

RGB Percentages of Color #120eed

%6.69
%5.20
%88.10

CMYK Percentages of Color #120eed

%92
%94
%0
%7

Triadic Colors of #120eed

#120eed #ed120e #0eed12

Analogous Colors of #120eed

#120eed #820eed #0e7aed

Monochromatic Colors of #120eed

#120eed

Complementary Color

#120eed #e9ed0e

#120eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#120eed Color CSS Codes

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

#120eed Text Font Color

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

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


#120eed Background Color

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

This div background color is #120eed


#120eed Border Color

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

This div border color is #120eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120eed


Comments

No comments written yet.

Please login to write comment.