Color Hex Logo

#126cfe Color Hex

#126CFE
(18,108,254)
0 Favorites   0 Comments

Color spaces of #126cfe

RGB 18108254
HSL0.600.990.53
HSV217°93°100°
CMYK 0.930.570.00   0.00
XYZ23.501418.009596.0034
Yxy18.00950.17090.1310
Hunter Lab42.437624.5852-104.4210
CIE-Lab49.507631.4652-78.8368

#126cfe color RGB value is (18,108,254).

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

The process color (four color CMYK) of #126cfe color hex is 0.93, 0.57, 0.00, 0.00. Web safe color of #126cfe is #0066ff. Color #126cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101100 11111110
Octal 22 154 376
Decimal 18 108 254
Hex 12 6C FE

RGB Percentages of Color #126cfe

%4.74
%28.42
%66.84

CMYK Percentages of Color #126cfe

%93
%57
%0
%0

Triadic Colors of #126cfe

#126cfe #fe126c #6cfe12

Analogous Colors of #126cfe

#126cfe #2e12fe #12e2fe

Monochromatic Colors of #126cfe

#126cfe

Complementary Color

#126cfe #fea412

#126cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#126cfe Color CSS Codes

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

#126cfe Text Font Color

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

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


#126cfe Background Color

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

This div background color is #126cfe


#126cfe Border Color

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

This div border color is #126cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126cfe


Comments

No comments written yet.

Please login to write comment.