Color Hex Logo

#120cbd Color Hex

#120CBD
(18,12,189)
0 Favorites   0 Comments

Color spaces of #120cbd

RGB 1812189
HSL0.670.880.39
HSV242°94°74°
CMYK 0.900.940.00   0.26
XYZ9.56624.065748.4247
Yxy4.06570.15420.0655
Hunter Lab20.163649.3994-128.2759
CIE-Lab23.887560.6502-83.8910

#120cbd color RGB value is (18,12,189).

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

The process color (four color CMYK) of #120cbd color hex is 0.90, 0.94, 0.00, 0.26. Web safe color of #120cbd is #0000cc. Color #120cbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001100 10111101
Octal 22 14 275
Decimal 18 12 189
Hex 12 C BD

RGB Percentages of Color #120cbd

%8.22
%5.48
%86.30

CMYK Percentages of Color #120cbd

%90
%94
%0
%26

Triadic Colors of #120cbd

#120cbd #bd120c #0cbd12

Analogous Colors of #120cbd

#120cbd #6b0cbd #0c5fbd

Monochromatic Colors of #120cbd

#120cbd

Complementary Color

#120cbd #b7bd0c

#120cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#120cbd Color CSS Codes

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

#120cbd Text Font Color

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

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


#120cbd Background Color

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

This div background color is #120cbd


#120cbd Border Color

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

This div border color is #120cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120cbd


Comments

No comments written yet.

Please login to write comment.