Color Hex Logo

#126fac Color Hex

#126FAC
(18,111,172)
0 Favorites   0 Comments

Color spaces of #126fac

RGB 18111172
HSL0.570.810.37
HSV204°90°67°
CMYK 0.900.350.00   0.33
XYZ13.380314.476041.1187
Yxy14.47600.19400.2099
Hunter Lab38.0473-3.8088-37.4430
CIE-Lab44.9080-2.4311-39.5490

#126fac color RGB value is (18,111,172).

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

The process color (four color CMYK) of #126fac color hex is 0.90, 0.35, 0.00, 0.33. Web safe color of #126fac is #006699. Color #126fac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101111 10101100
Octal 22 157 254
Decimal 18 111 172
Hex 12 6F AC

RGB Percentages of Color #126fac

%5.98
%36.88
%57.14

CMYK Percentages of Color #126fac

%90
%35
%0
%33

Triadic Colors of #126fac

#126fac #ac126f #6fac12

Analogous Colors of #126fac

#126fac #1222ac #12ac9c

Monochromatic Colors of #126fac

#126fac

Complementary Color

#126fac #ac4f12

#126fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#126fac Color CSS Codes

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

#126fac Text Font Color

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

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


#126fac Background Color

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

This div background color is #126fac


#126fac Border Color

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

This div border color is #126fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126fac


Comments

No comments written yet.

Please login to write comment.