Color Hex Logo

#1287aa Color Hex

#1287AA
(18,135,170)
0 Favorites   0 Comments

Color spaces of #1287aa

RGB 18135170
HSL0.540.810.37
HSV194°89°67°
CMYK 0.890.210.00   0.33
XYZ16.169120.358841.1077
Yxy20.35880.20830.2622
Hunter Lab45.1207-14.9955-22.4323
CIE-Lab52.2405-17.0936-26.8939

#1287aa color RGB value is (18,135,170).

#1287aa hex color red value is 18, green value is 135 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #1287aa hue: 0.54 , saturation: 0.81 and the lightness value of 1287aa is 0.37.

The process color (four color CMYK) of #1287aa color hex is 0.89, 0.21, 0.00, 0.33. Web safe color of #1287aa is #009999. Color #1287aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 10000111 10101010
Octal 22 207 252
Decimal 18 135 170
Hex 12 87 AA

RGB Percentages of Color #1287aa

%5.57
%41.80
%52.63

CMYK Percentages of Color #1287aa

%89
%21
%0
%33

Triadic Colors of #1287aa

#1287aa #aa1287 #87aa12

Analogous Colors of #1287aa

#1287aa #123baa #12aa81

Monochromatic Colors of #1287aa

#1287aa

Complementary Color

#1287aa #aa3512

#1287aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1287aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1287aa Color CSS Codes

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

#1287aa Text Font Color

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

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


#1287aa Background Color

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

This div background color is #1287aa


#1287aa Border Color

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

This div border color is #1287aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(18,135,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1287aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1287aa;
  -webkit-box-shadow: 1px 1px 3px 2px #1287aa;
  box-shadow:         1px 1px 3px 2px #1287aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1287aa


Comments

No comments written yet.

Please login to write comment.