Color Hex Logo

#126ccd Color Hex

#126CCD
(18,108,205)
0 Favorites   0 Comments

Color spaces of #126ccd

RGB 18108205
HSL0.590.840.44
HSV211°91°80°
CMYK 0.910.470.00   0.20
XYZ16.631515.261559.8268
Yxy15.26150.18130.1664
Hunter Lab39.06607.6271-63.4523
CIE-Lab45.990312.4630-56.9307

#126ccd color RGB value is (18,108,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101100 11001101
Octal 22 154 315
Decimal 18 108 205
Hex 12 6C CD

RGB Percentages of Color #126ccd

%5.44
%32.63
%61.93

CMYK Percentages of Color #126ccd

%91
%47
%0
%20

Triadic Colors of #126ccd

#126ccd #cd126c #6ccd12

Analogous Colors of #126ccd

#126ccd #1512cd #12cacd

Monochromatic Colors of #126ccd

#126ccd

Complementary Color

#126ccd #cd7312

#126ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#126ccd Color CSS Codes

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

#126ccd Text Font Color

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

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


#126ccd Background Color

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

This div background color is #126ccd


#126ccd Border Color

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

This div border color is #126ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126ccd


Comments

No comments written yet.

Please login to write comment.