Color Hex Logo

#126481 Color Hex

#126481
(18,100,129)
0 Favorites   0 Comments

Color spaces of #126481

RGB 18100129
HSL0.540.760.29
HSV196°86°51°
CMYK 0.860.220.00   0.49
XYZ8.769110.827922.3967
Yxy10.82790.20880.2578
Hunter Lab32.9058-10.0164-17.3206
CIE-Lab39.2891-12.3842-22.7345

#126481 color RGB value is (18,100,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01100100 10000001
Octal 22 144 201
Decimal 18 100 129
Hex 12 64 81

RGB Percentages of Color #126481

%7.29
%40.49
%52.23

CMYK Percentages of Color #126481

%86
%22
%0
%49

Triadic Colors of #126481

#126481 #811264 #648112

Analogous Colors of #126481

#126481 #122d81 #128167

Monochromatic Colors of #126481

#126481

Complementary Color

#126481 #812f12

#126481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126481 Color CSS Codes

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

#126481 Text Font Color

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

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


#126481 Background Color

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

This div background color is #126481


#126481 Border Color

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

This div border color is #126481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126481


Comments

No comments written yet.

Please login to write comment.