Color Hex Logo

#126ffd Color Hex

#126FFD
(18,111,253)
0 Favorites   0 Comments

Color spaces of #126ffd

RGB 18111253
HSL0.600.980.53
HSV216°93°99°
CMYK 0.930.560.00   0.01
XYZ23.663518.589395.2694
Yxy18.58930.17210.1352
Hunter Lab43.115322.5165-100.8290
CIE-Lab50.203229.1869-77.1475

#126ffd color RGB value is (18,111,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101111 11111101
Octal 22 157 375
Decimal 18 111 253
Hex 12 6F FD

RGB Percentages of Color #126ffd

%4.71
%29.06
%66.23

CMYK Percentages of Color #126ffd

%93
%56
%0
%1

Triadic Colors of #126ffd

#126ffd #fd126f #6ffd12

Analogous Colors of #126ffd

#126ffd #2b12fd #12e5fd

Monochromatic Colors of #126ffd

#126ffd

Complementary Color

#126ffd #fda012

#126ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#126ffd Color CSS Codes

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

#126ffd Text Font Color

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

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


#126ffd Background Color

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

This div background color is #126ffd


#126ffd Border Color

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

This div border color is #126ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126ffd


Comments

No comments written yet.

Please login to write comment.