Color Hex Logo

#126eaf Color Hex

#126EAF
(18,110,175)
0 Favorites   0 Comments

Color spaces of #126eaf

RGB 18110175
HSL0.570.810.38
HSV205°90°69°
CMYK 0.900.370.00   0.31
XYZ13.563214.375642.6173
Yxy14.37560.19220.2037
Hunter Lab37.9152-2.4976-40.1024
CIE-Lab44.7668-0.6430-41.5277

#126eaf color RGB value is (18,110,175).

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

The process color (four color CMYK) of #126eaf color hex is 0.90, 0.37, 0.00, 0.31. Web safe color of #126eaf is #006699. Color #126eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101110 10101111
Octal 22 156 257
Decimal 18 110 175
Hex 12 6E AF

RGB Percentages of Color #126eaf

%5.94
%36.30
%57.76

CMYK Percentages of Color #126eaf

%90
%37
%0
%31

Triadic Colors of #126eaf

#126eaf #af126e #6eaf12

Analogous Colors of #126eaf

#126eaf #1220af #12afa2

Monochromatic Colors of #126eaf

#126eaf

Complementary Color

#126eaf #af5312

#126eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#126eaf Color CSS Codes

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

#126eaf Text Font Color

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

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


#126eaf Background Color

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

This div background color is #126eaf


#126eaf Border Color

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

This div border color is #126eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126eaf


Comments

No comments written yet.

Please login to write comment.