Color Hex Logo

#126eee Color Hex

#126EEE
(18,110,238)
0 Favorites   0 Comments

Color spaces of #126eee

RGB 18110238
HSL0.600.870.50
HSV215°92°93°
CMYK 0.920.540.00   0.07
XYZ21.258017.453583.1374
Yxy17.45350.17450.1432
Hunter Lab41.777417.7175-88.7435
CIE-Lab48.826424.0799-71.0300

#126eee color RGB value is (18,110,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101110 11101110
Octal 22 156 356
Decimal 18 110 238
Hex 12 6E EE

RGB Percentages of Color #126eee

%4.92
%30.05
%65.03

CMYK Percentages of Color #126eee

%92
%54
%0
%7

Triadic Colors of #126eee

#126eee #ee126e #6eee12

Analogous Colors of #126eee

#126eee #2412ee #12dcee

Monochromatic Colors of #126eee

#126eee

Complementary Color

#126eee #ee9212

#126eee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126eee Color Preview on White Background

Lorem ipsum dolor sit amet.

#126eee Color CSS Codes

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

#126eee Text Font Color

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

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


#126eee Background Color

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

This div background color is #126eee


#126eee Border Color

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

This div border color is #126eee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126eee


Comments

No comments written yet.

Please login to write comment.