Color Hex Logo

#1098aa Color Hex

#1098AA
(16,152,170)
0 Favorites   0 Comments

Color spaces of #1098aa

RGB 16152170
HSL0.520.830.36
HSV187°91°67°
CMYK 0.910.110.00   0.33
XYZ18.697625.468941.9607
Yxy25.46890.21710.2957
Hunter Lab50.4667-22.1836-13.9701
CIE-Lab57.5295-26.1431-18.7679

#1098aa color RGB value is (16,152,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00010000 10011000 10101010
Octal 20 230 252
Decimal 16 152 170
Hex 10 98 AA

RGB Percentages of Color #1098aa

%4.73
%44.97
%50.30

CMYK Percentages of Color #1098aa

%91
%11
%0
%33

Triadic Colors of #1098aa

#1098aa #aa1098 #98aa10

Analogous Colors of #1098aa

#1098aa #104baa #10aa6f

Monochromatic Colors of #1098aa

#1098aa

Complementary Color

#1098aa #aa2210

#1098aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1098aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#1098aa Color CSS Codes

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

#1098aa Text Font Color

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

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


#1098aa Background Color

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

This div background color is #1098aa


#1098aa Border Color

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

This div border color is #1098aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1098aa


Comments

No comments written yet.

Please login to write comment.