Color Hex Logo

#126efa Color Hex

#126EFA
(18,110,250)
0 Favorites   0 Comments

Color spaces of #126efa

RGB 18110250
HSL0.600.960.53
HSV216°93°98°
CMYK 0.930.560.00   0.02
XYZ23.080718.182692.7356
Yxy18.18260.17220.1357
Hunter Lab42.641121.9964-99.0949
CIE-Lab49.716828.6795-76.2749

#126efa color RGB value is (18,110,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101110 11111010
Octal 22 156 372
Decimal 18 110 250
Hex 12 6E FA

RGB Percentages of Color #126efa

%4.76
%29.10
%66.14

CMYK Percentages of Color #126efa

%93
%56
%0
%2

Triadic Colors of #126efa

#126efa #fa126e #6efa12

Analogous Colors of #126efa

#126efa #2a12fa #12e2fa

Monochromatic Colors of #126efa

#126efa

Complementary Color

#126efa #fa9e12

#126efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#126efa Color CSS Codes

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

#126efa Text Font Color

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

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


#126efa Background Color

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

This div background color is #126efa


#126efa Border Color

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

This div border color is #126efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126efa


Comments

No comments written yet.

Please login to write comment.