Color Hex Logo

#120def Color Hex

#120DEF
(18,13,239)
0 Favorites   0 Comments

Color spaces of #120def

RGB 1813239
HSL0.670.900.49
HSV241°95°94°
CMYK 0.920.950.00   0.06
XYZ15.97346.648482.1027
Yxy6.64840.15250.0635
Hunter Lab25.784565.4572-170.7414
CIE-Lab30.992773.3694-101.0163

#120def color RGB value is (18,13,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001101 11101111
Octal 22 15 357
Decimal 18 13 239
Hex 12 D EF

RGB Percentages of Color #120def

%6.67
%4.81
%88.52

CMYK Percentages of Color #120def

%92
%95
%0
%6

Triadic Colors of #120def

#120def #ef120d #0def12

Analogous Colors of #120def

#120def #830def #0d79ef

Monochromatic Colors of #120def

#120def

Complementary Color

#120def #eaef0d

#120def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120def Color Preview on White Background

Lorem ipsum dolor sit amet.

#120def Color CSS Codes

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

#120def Text Font Color

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

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


#120def Background Color

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

This div background color is #120def


#120def Border Color

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

This div border color is #120def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120def


Comments

No comments written yet.

Please login to write comment.