Color Hex Logo

#126cca Color Hex

#126CCA
(18,108,202)
0 Favorites   0 Comments

Color spaces of #126cca

RGB 18108202
HSL0.590.840.43
HSV211°91°79°
CMYK 0.910.470.00   0.21
XYZ16.272715.118057.9375
Yxy15.11800.18220.1692
Hunter Lab38.88196.6619-61.1301
CIE-Lab45.795411.2774-55.5239

#126cca color RGB value is (18,108,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101100 11001010
Octal 22 154 312
Decimal 18 108 202
Hex 12 6C CA

RGB Percentages of Color #126cca

%5.49
%32.93
%61.59

CMYK Percentages of Color #126cca

%91
%47
%0
%21

Triadic Colors of #126cca

#126cca #ca126c #6cca12

Analogous Colors of #126cca

#126cca #1412ca #12c8ca

Monochromatic Colors of #126cca

#126cca

Complementary Color

#126cca #ca7012

#126cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#126cca Color CSS Codes

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

#126cca Text Font Color

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

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


#126cca Background Color

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

This div background color is #126cca


#126cca Border Color

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

This div border color is #126cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126cca


Comments

No comments written yet.

Please login to write comment.