Color Hex Logo

#126bcc Color Hex

#126BCC
(18,107,204)
0 Favorites   0 Comments

Color spaces of #126bcc

RGB 18107204
HSL0.590.840.44
HSV211°91°80°
CMYK 0.910.480.00   0.20
XYZ16.406215.003659.1580
Yxy15.00360.18110.1657
Hunter Lab38.73457.8193-63.4377
CIE-Lab45.639112.7081-56.9235

#126bcc color RGB value is (18,107,204).

#126bcc hex color red value is 18, green value is 107 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #126bcc hue: 0.59 , saturation: 0.84 and the lightness value of 126bcc is 0.44.

The process color (four color CMYK) of #126bcc color hex is 0.91, 0.48, 0.00, 0.20. Web safe color of #126bcc is #0066cc. Color #126bcc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101011 11001100
Octal 22 153 314
Decimal 18 107 204
Hex 12 6B CC

RGB Percentages of Color #126bcc

%5.47
%32.52
%62.01

CMYK Percentages of Color #126bcc

%91
%48
%0
%20

Triadic Colors of #126bcc

#126bcc #cc126b #6bcc12

Analogous Colors of #126bcc

#126bcc #1612cc #12c8cc

Monochromatic Colors of #126bcc

#126bcc

Complementary Color

#126bcc #cc7312

#126bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#126bcc Color CSS Codes

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

#126bcc Text Font Color

<p style="color:#126bcc">Text here</p>

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


#126bcc Background Color

<div style="background-color:#126bcc">
Div content here</div>

This div background color is #126bcc


#126bcc Border Color

<div style="border:3px solid #126bcc">
Div here</div>

This div border color is #126bcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,107,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #126bcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #126bcc;
  -webkit-box-shadow: 1px 1px 3px 2px #126bcc;
  box-shadow:         1px 1px 3px 2px #126bcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126bcc


Comments

No comments written yet.

Please login to write comment.