Color Hex Logo

#120ebe Color Hex

#120EBE
(18,14,190)
0 Favorites   0 Comments

Color spaces of #120ebe

RGB 1814190
HSL0.670.860.40
HSV241°93°75°
CMYK 0.910.930.00   0.25
XYZ9.70084.160449.0069
Yxy4.16040.15430.0662
Hunter Lab20.397149.1994-128.1749
CIE-Lab24.194860.4113-83.9705

#120ebe color RGB value is (18,14,190).

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

The process color (four color CMYK) of #120ebe color hex is 0.91, 0.93, 0.00, 0.25. Web safe color of #120ebe is #0000cc. Color #120ebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001110 10111110
Octal 22 16 276
Decimal 18 14 190
Hex 12 E BE

RGB Percentages of Color #120ebe

%8.11
%6.31
%85.59

CMYK Percentages of Color #120ebe

%91
%93
%0
%25

Triadic Colors of #120ebe

#120ebe #be120e #0ebe12

Analogous Colors of #120ebe

#120ebe #6a0ebe #0e62be

Monochromatic Colors of #120ebe

#120ebe

Complementary Color

#120ebe #babe0e

#120ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#120ebe Color CSS Codes

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

#120ebe Text Font Color

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

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


#120ebe Background Color

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

This div background color is #120ebe


#120ebe Border Color

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

This div border color is #120ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120ebe


Comments

No comments written yet.

Please login to write comment.