Color Hex Logo

#1280ab Color Hex

#1280AB
(18,128,171)
0 Favorites   0 Comments

Color spaces of #1280ab

RGB 18128171
HSL0.550.810.37
HSV197°89°67°
CMYK 0.890.250.00   0.33
XYZ15.319318.507241.2929
Yxy18.50720.20390.2464
Hunter Lab43.0200-11.7216-26.7957
CIE-Lab50.1056-12.8327-30.7915

#1280ab color RGB value is (18,128,171).

#1280ab hex color red value is 18, green value is 128 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1280ab hue: 0.55 , saturation: 0.81 and the lightness value of 1280ab is 0.37.

The process color (four color CMYK) of #1280ab color hex is 0.89, 0.25, 0.00, 0.33. Web safe color of #1280ab is #009999. Color #1280ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000000 10101011
Octal 22 200 253
Decimal 18 128 171
Hex 12 80 AB

RGB Percentages of Color #1280ab

%5.68
%40.38
%53.94

CMYK Percentages of Color #1280ab

%89
%25
%0
%33

Triadic Colors of #1280ab

#1280ab #ab1280 #80ab12

Analogous Colors of #1280ab

#1280ab #1233ab #12ab8a

Monochromatic Colors of #1280ab

#1280ab

Complementary Color

#1280ab #ab3d12

#1280ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1280ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1280ab Color CSS Codes

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

#1280ab Text Font Color

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

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


#1280ab Background Color

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

This div background color is #1280ab


#1280ab Border Color

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

This div border color is #1280ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1280ab


Comments

No comments written yet.

Please login to write comment.