Color Hex Logo

#126acc Color Hex

#126ACC
(18,106,204)
0 Favorites   0 Comments

Color spaces of #126acc

RGB 18106204
HSL0.590.840.44
HSV212°91°80°
CMYK 0.910.480.00   0.20
XYZ16.302614.796359.1235
Yxy14.79630.18070.1640
Hunter Lab38.46608.3362-64.2046
CIE-Lab45.353913.3502-57.3835

#126acc color RGB value is (18,106,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101010 11001100
Octal 22 152 314
Decimal 18 106 204
Hex 12 6A CC

RGB Percentages of Color #126acc

%5.49
%32.32
%62.20

CMYK Percentages of Color #126acc

%91
%48
%0
%20

Triadic Colors of #126acc

#126acc #cc126a #6acc12

Analogous Colors of #126acc

#126acc #1712cc #12c7cc

Monochromatic Colors of #126acc

#126acc

Complementary Color

#126acc #cc7412

#126acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#126acc Color CSS Codes

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

#126acc Text Font Color

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

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


#126acc Background Color

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

This div background color is #126acc


#126acc Border Color

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

This div border color is #126acc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,106,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 #126acc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126acc


Comments

No comments written yet.

Please login to write comment.