Color Hex Logo

#126aac Color Hex

#126AAC
(18,106,172)
0 Favorites   0 Comments

Color spaces of #126aac

RGB 18106172
HSL0.570.810.37
HSV206°90°67°
CMYK 0.900.380.00   0.33
XYZ12.849913.415240.9419
Yxy13.41520.19120.1996
Hunter Lab36.6268-1.4730-40.6364
CIE-Lab43.38230.6618-41.9720

#126aac color RGB value is (18,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101010 10101100
Octal 22 152 254
Decimal 18 106 172
Hex 12 6A AC

RGB Percentages of Color #126aac

%6.08
%35.81
%58.11

CMYK Percentages of Color #126aac

%90
%38
%0
%33

Triadic Colors of #126aac

#126aac #ac126a #6aac12

Analogous Colors of #126aac

#126aac #121dac #12aca1

Monochromatic Colors of #126aac

#126aac

Complementary Color

#126aac #ac5412

#126aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#126aac Color CSS Codes

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

#126aac Text Font Color

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

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


#126aac Background Color

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

This div background color is #126aac


#126aac Border Color

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

This div border color is #126aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(18,106,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 #126aac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126aac


Comments

No comments written yet.

Please login to write comment.