Color Hex Logo

#126fce Color Hex

#126FCE
(18,111,206)
0 Favorites   0 Comments

Color spaces of #126fce

RGB 18111206
HSL0.580.840.44
HSV210°91°81°
CMYK 0.910.460.00   0.19
XYZ17.074515.953760.5720
Yxy15.95370.18240.1704
Hunter Lab39.94216.4068-61.9536
CIE-Lab46.913710.9442-56.0160

#126fce color RGB value is (18,111,206).

#126fce hex color red value is 18, green value is 111 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #126fce hue: 0.58 , saturation: 0.84 and the lightness value of 126fce is 0.44.

The process color (four color CMYK) of #126fce color hex is 0.91, 0.46, 0.00, 0.19. Web safe color of #126fce is #0066cc. Color #126fce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101111 11001110
Octal 22 157 316
Decimal 18 111 206
Hex 12 6F CE

RGB Percentages of Color #126fce

%5.37
%33.13
%61.49

CMYK Percentages of Color #126fce

%91
%46
%0
%19

Triadic Colors of #126fce

#126fce #ce126f #6fce12

Analogous Colors of #126fce

#126fce #1312ce #12cdce

Monochromatic Colors of #126fce

#126fce

Complementary Color

#126fce #ce7112

#126fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#126fce Color CSS Codes

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

#126fce Text Font Color

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

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


#126fce Background Color

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

This div background color is #126fce


#126fce Border Color

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

This div border color is #126fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126fce


Comments

No comments written yet.

Please login to write comment.