Color Hex Logo

#126880 Color Hex

#126880
(18,104,128)
0 Favorites   0 Comments

Color spaces of #126880

RGB 18104128
HSL0.540.750.29
HSV193°86°50°
CMYK 0.860.190.00   0.50
XYZ9.096111.587722.1793
Yxy11.58770.21220.2703
Hunter Lab34.0407-11.8738-14.8020
CIE-Lab40.5532-15.0588-20.1718

#126880 color RGB value is (18,104,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010010 01101000 10000000
Octal 22 150 200
Decimal 18 104 128
Hex 12 68 80

RGB Percentages of Color #126880

%7.20
%41.60
%51.20

CMYK Percentages of Color #126880

%86
%19
%0
%50

Triadic Colors of #126880

#126880 #801268 #688012

Analogous Colors of #126880

#126880 #123180 #128061

Monochromatic Colors of #126880

#126880

Complementary Color

#126880 #802a12

#126880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#126880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#126880 Color CSS Codes

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

#126880 Text Font Color

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

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


#126880 Background Color

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

This div background color is #126880


#126880 Border Color

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

This div border color is #126880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #126880


Comments

No comments written yet.

Please login to write comment.