Color Hex Logo

#126980 Color Hex

#126980
(18,105,128)
0 Favorites   0 Comments

Color spaces of #126980

RGB 18105128
HSL0.530.750.29
HSV193°86°50°
CMYK 0.860.180.00   0.50
XYZ9.197311.790322.2131
Yxy11.79030.21290.2729
Hunter Lab34.3370-12.2778-14.3196
CIE-Lab40.8809-15.6262-19.6665

#126980 color RGB value is (18,105,128).

#126980 hex color red value is 18, green value is 105 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #126980 hue: 0.53 , saturation: 0.75 and the lightness value of 126980 is 0.29.

The process color (four color CMYK) of #126980 color hex is 0.86, 0.18, 0.00, 0.50. Web safe color of #126980 is #006699. Color #126980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101001 10000000
Octal 22 151 200
Decimal 18 105 128
Hex 12 69 80

RGB Percentages of Color #126980

%7.17
%41.83
%51.00

CMYK Percentages of Color #126980

%86
%18
%0
%50

Triadic Colors of #126980

#126980 #801269 #698012

Analogous Colors of #126980

#126980 #123280 #128060

Monochromatic Colors of #126980

#126980

Complementary Color

#126980 #802912

#126980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126980 Color CSS Codes

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

#126980 Text Font Color

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

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


#126980 Background Color

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

This div background color is #126980


#126980 Border Color

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

This div border color is #126980


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,105,128, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #126980; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #126980;
  -webkit-box-shadow: 1px 1px 3px 2px #126980;
  box-shadow:         1px 1px 3px 2px #126980; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126980


Comments

No comments written yet.

Please login to write comment.