Color Hex Logo

#126582 Color Hex

#126582
(18,101,130)
0 Favorites   0 Comments

Color spaces of #126582

RGB 18101130
HSL0.540.760.29
HSV196°86°51°
CMYK 0.860.220.00   0.49
XYZ8.932411.047722.7807
Yxy11.04770.20890.2584
Hunter Lab33.2381-10.1966-17.3695
CIE-Lab39.6607-12.5921-22.7647

#126582 color RGB value is (18,101,130).

#126582 hex color red value is 18, green value is 101 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #126582 hue: 0.54 , saturation: 0.76 and the lightness value of 126582 is 0.29.

The process color (four color CMYK) of #126582 color hex is 0.86, 0.22, 0.00, 0.49. Web safe color of #126582 is #006699. Color #126582 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100101 10000010
Octal 22 145 202
Decimal 18 101 130
Hex 12 65 82

RGB Percentages of Color #126582

%7.23
%40.56
%52.21

CMYK Percentages of Color #126582

%86
%22
%0
%49

Triadic Colors of #126582

#126582 #821265 #658212

Analogous Colors of #126582

#126582 #122d82 #128267

Monochromatic Colors of #126582

#126582

Complementary Color

#126582 #822f12

#126582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126582 Color CSS Codes

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

#126582 Text Font Color

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

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


#126582 Background Color

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

This div background color is #126582


#126582 Border Color

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

This div border color is #126582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126582


Comments

No comments written yet.

Please login to write comment.