Color Hex Logo

#1087aa Color Hex

#1087AA
(16,135,170)
0 Favorites   0 Comments

Color spaces of #1087aa

RGB 16135170
HSL0.540.830.36
HSV194°91°67°
CMYK 0.910.210.00   0.33
XYZ16.133420.340441.1060
Yxy20.34040.20800.2622
Hunter Lab45.1003-15.0721-22.4687
CIE-Lab52.2199-17.2090-26.9273

#1087aa color RGB value is (16,135,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10000111 10101010
Octal 20 207 252
Decimal 16 135 170
Hex 10 87 AA

RGB Percentages of Color #1087aa

%4.98
%42.06
%52.96

CMYK Percentages of Color #1087aa

%91
%21
%0
%33

Triadic Colors of #1087aa

#1087aa #aa1087 #87aa10

Analogous Colors of #1087aa

#1087aa #103aaa #10aa80

Monochromatic Colors of #1087aa

#1087aa

Complementary Color

#1087aa #aa3310

#1087aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1087aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1087aa Color CSS Codes

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

#1087aa Text Font Color

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

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


#1087aa Background Color

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

This div background color is #1087aa


#1087aa Border Color

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

This div border color is #1087aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1087aa


Comments

No comments written yet.

Please login to write comment.