Color Hex Logo

#120fee Color Hex

#120FEE
(18,15,238)
0 Favorites   0 Comments

Color spaces of #120fee

RGB 1815238
HSL0.670.880.50
HSV241°94°93°
CMYK 0.920.940.00   0.07
XYZ15.85296.643381.3357
Yxy6.64330.15270.0640
Hunter Lab25.774664.6825-169.0565
CIE-Lab30.980772.7256-100.4684

#120fee color RGB value is (18,15,238).

#120fee hex color red value is 18, green value is 15 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #120fee hue: 0.67 , saturation: 0.88 and the lightness value of 120fee is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001111 11101110
Octal 22 17 356
Decimal 18 15 238
Hex 12 F EE

RGB Percentages of Color #120fee

%6.64
%5.54
%87.82

CMYK Percentages of Color #120fee

%92
%94
%0
%7

Triadic Colors of #120fee

#120fee #ee120f #0fee12

Analogous Colors of #120fee

#120fee #820fee #0f7cee

Monochromatic Colors of #120fee

#120fee

Complementary Color

#120fee #ebee0f

#120fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#120fee Color CSS Codes

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

#120fee Text Font Color

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

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


#120fee Background Color

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

This div background color is #120fee


#120fee Border Color

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

This div border color is #120fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120fee


Comments

No comments written yet.

Please login to write comment.