Color Hex Logo

#126bfe Color Hex

#126BFE
(18,107,254)
0 Favorites   0 Comments

Color spaces of #126bfe

RGB 18107254
HSL0.600.990.53
HSV217°93°100°
CMYK 0.930.580.00   0.00
XYZ23.396517.799795.9685
Yxy17.79970.17060.1298
Hunter Lab42.189725.1561-105.3336
CIE-Lab49.252332.0983-79.2538

#126bfe color RGB value is (18,107,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101011 11111110
Octal 22 153 376
Decimal 18 107 254
Hex 12 6B FE

RGB Percentages of Color #126bfe

%4.75
%28.23
%67.02

CMYK Percentages of Color #126bfe

%93
%58
%0
%0

Triadic Colors of #126bfe

#126bfe #fe126b #6bfe12

Analogous Colors of #126bfe

#126bfe #2f12fe #12e1fe

Monochromatic Colors of #126bfe

#126bfe

Complementary Color

#126bfe #fea512

#126bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#126bfe Color CSS Codes

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

#126bfe Text Font Color

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

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


#126bfe Background Color

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

This div background color is #126bfe


#126bfe Border Color

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

This div border color is #126bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.