Color Hex Logo

#126aef Color Hex

#126AEF
(18,106,239)
0 Favorites   0 Comments

Color spaces of #126aef

RGB 18106239
HSL0.600.870.50
HSV216°92°94°
CMYK 0.920.560.00   0.06
XYZ20.983516.668783.7728
Yxy16.66870.17280.1373
Hunter Lab40.827320.2936-93.0769
CIE-Lab47.839927.0204-73.1955

#126aef color RGB value is (18,106,239).

#126aef hex color red value is 18, green value is 106 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #126aef hue: 0.60 , saturation: 0.87 and the lightness value of 126aef is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101010 11101111
Octal 22 152 357
Decimal 18 106 239
Hex 12 6A EF

RGB Percentages of Color #126aef

%4.96
%29.20
%65.84

CMYK Percentages of Color #126aef

%92
%56
%0
%6

Triadic Colors of #126aef

#126aef #ef126a #6aef12

Analogous Colors of #126aef

#126aef #2812ef #12d9ef

Monochromatic Colors of #126aef

#126aef

Complementary Color

#126aef #ef9712

#126aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#126aef Color CSS Codes

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

#126aef Text Font Color

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

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


#126aef Background Color

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

This div background color is #126aef


#126aef Border Color

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

This div border color is #126aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126aef


Comments

No comments written yet.

Please login to write comment.