Color Hex Logo

#126cea Color Hex

#126CEA
(18,108,234)
0 Favorites   0 Comments

Color spaces of #126cea

RGB 18108234
HSL0.600.860.49
HSV215°92°92°
CMYK 0.920.540.00   0.08
XYZ20.463316.794280.0050
Yxy16.79420.17450.1432
Hunter Lab40.980717.4158-87.0629
CIE-Lab47.999723.8134-70.1302

#126cea color RGB value is (18,108,234).

#126cea hex color red value is 18, green value is 108 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #126cea hue: 0.60 , saturation: 0.86 and the lightness value of 126cea is 0.49.

The process color (four color CMYK) of #126cea color hex is 0.92, 0.54, 0.00, 0.08. Web safe color of #126cea is #0066ff. Color #126cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101100 11101010
Octal 22 154 352
Decimal 18 108 234
Hex 12 6C EA

RGB Percentages of Color #126cea

%5.00
%30.00
%65.00

CMYK Percentages of Color #126cea

%92
%54
%0
%8

Triadic Colors of #126cea

#126cea #ea126c #6cea12

Analogous Colors of #126cea

#126cea #2412ea #12d8ea

Monochromatic Colors of #126cea

#126cea

Complementary Color

#126cea #ea9012

#126cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#126cea Color CSS Codes

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

#126cea Text Font Color

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

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


#126cea Background Color

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

This div background color is #126cea


#126cea Border Color

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

This div border color is #126cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126cea


Comments

No comments written yet.

Please login to write comment.