Color Hex Logo

#126ead Color Hex

#126EAD
(18,110,173)
0 Favorites   0 Comments

Color spaces of #126ead

RGB 18110173
HSL0.570.810.37
HSV204°90°68°
CMYK 0.900.360.00   0.32
XYZ13.368214.297641.5903
Yxy14.29760.19300.2064
Hunter Lab37.8122-3.0640-38.7456
CIE-Lab44.6567-1.4266-40.5328

#126ead color RGB value is (18,110,173).

#126ead hex color red value is 18, green value is 110 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #126ead hue: 0.57 , saturation: 0.81 and the lightness value of 126ead is 0.37.

The process color (four color CMYK) of #126ead color hex is 0.90, 0.36, 0.00, 0.32. Web safe color of #126ead is #006699. Color #126ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101110 10101101
Octal 22 156 255
Decimal 18 110 173
Hex 12 6E AD

RGB Percentages of Color #126ead

%5.98
%36.54
%57.48

CMYK Percentages of Color #126ead

%90
%36
%0
%32

Triadic Colors of #126ead

#126ead #ad126e #6ead12

Analogous Colors of #126ead

#126ead #1221ad #12ad9f

Monochromatic Colors of #126ead

#126ead

Complementary Color

#126ead #ad5112

#126ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#126ead Color CSS Codes

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

#126ead Text Font Color

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

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


#126ead Background Color

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

This div background color is #126ead


#126ead Border Color

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

This div border color is #126ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126ead


Comments

No comments written yet.

Please login to write comment.