Color Hex Logo

#126acd Color Hex

#126ACD
(18,106,205)
0 Favorites   0 Comments

Color spaces of #126acd

RGB 18106205
HSL0.590.840.44
HSV212°91°80°
CMYK 0.910.480.00   0.20
XYZ16.422914.844459.7573
Yxy14.84440.18040.1631
Hunter Lab38.52848.6616-64.9884
CIE-Lab45.420313.7456-57.8500

#126acd color RGB value is (18,106,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101010 11001101
Octal 22 152 315
Decimal 18 106 205
Hex 12 6A CD

RGB Percentages of Color #126acd

%5.47
%32.22
%62.31

CMYK Percentages of Color #126acd

%91
%48
%0
%20

Triadic Colors of #126acd

#126acd #cd126a #6acd12

Analogous Colors of #126acd

#126acd #1812cd #12c8cd

Monochromatic Colors of #126acd

#126acd

Complementary Color

#126acd #cd7512

#126acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#126acd Color CSS Codes

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

#126acd Text Font Color

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

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


#126acd Background Color

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

This div background color is #126acd


#126acd Border Color

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

This div border color is #126acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126acd


Comments

No comments written yet.

Please login to write comment.