Color Hex Logo

#126a9a Color Hex

#126A9A
(18,106,154)
0 Favorites   0 Comments

Color spaces of #126a9a

RGB 18106154
HSL0.560.790.34
HSV201°88°60°
CMYK 0.880.310.00   0.40
XYZ11.236212.769832.4444
Yxy12.76980.19900.2262
Hunter Lab35.7349-6.4098-28.8162
CIE-Lab42.4143-6.3920-32.8703

#126a9a color RGB value is (18,106,154).

#126a9a hex color red value is 18, green value is 106 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #126a9a hue: 0.56 , saturation: 0.79 and the lightness value of 126a9a is 0.34.

The process color (four color CMYK) of #126a9a color hex is 0.88, 0.31, 0.00, 0.40. Web safe color of #126a9a is #006699. Color #126a9a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101010 10011010
Octal 22 152 232
Decimal 18 106 154
Hex 12 6A 9A

RGB Percentages of Color #126a9a

%6.47
%38.13
%55.40

CMYK Percentages of Color #126a9a

%88
%31
%0
%40

Triadic Colors of #126a9a

#126a9a #9a126a #6a9a12

Analogous Colors of #126a9a

#126a9a #12269a #129a86

Monochromatic Colors of #126a9a

#126a9a

Complementary Color

#126a9a #9a4212

#126a9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126a9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#126a9a Color CSS Codes

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

#126a9a Text Font Color

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

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


#126a9a Background Color

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

This div background color is #126a9a


#126a9a Border Color

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

This div border color is #126a9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126a9a


Comments

No comments written yet.

Please login to write comment.