Color Hex Logo

#126cdb Color Hex

#126CDB
(18,108,219)
0 Favorites   0 Comments

Color spaces of #126cdb

RGB 18108219
HSL0.590.850.46
HSV213°92°86°
CMYK 0.920.510.00   0.14
XYZ18.398215.968269.1303
Yxy15.96820.17780.1543
Hunter Lab39.960212.2533-74.5982
CIE-Lab46.932717.9719-63.3914

#126cdb color RGB value is (18,108,219).

#126cdb hex color red value is 18, green value is 108 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #126cdb hue: 0.59 , saturation: 0.85 and the lightness value of 126cdb is 0.46.

The process color (four color CMYK) of #126cdb color hex is 0.92, 0.51, 0.00, 0.14. Web safe color of #126cdb is #0066cc. Color #126cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101100 11011011
Octal 22 154 333
Decimal 18 108 219
Hex 12 6C DB

RGB Percentages of Color #126cdb

%5.22
%31.30
%63.48

CMYK Percentages of Color #126cdb

%92
%51
%0
%14

Triadic Colors of #126cdb

#126cdb #db126c #6cdb12

Analogous Colors of #126cdb

#126cdb #1d12db #12d1db

Monochromatic Colors of #126cdb

#126cdb

Complementary Color

#126cdb #db8112

#126cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#126cdb Color CSS Codes

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

#126cdb Text Font Color

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

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


#126cdb Background Color

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

This div background color is #126cdb


#126cdb Border Color

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

This div border color is #126cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126cdb


Comments

No comments written yet.

Please login to write comment.