Color Hex Logo

#1097ab Color Hex

#1097AB
(16,151,171)
0 Favorites   0 Comments

Color spaces of #1097ab

RGB 16151171
HSL0.520.830.37
HSV188°91°67°
CMYK 0.910.120.00   0.33
XYZ18.631025.183742.4071
Yxy25.18370.21610.2921
Hunter Lab50.1834-21.5512-14.9742
CIE-Lab57.2540-25.3013-19.7572

#1097ab color RGB value is (16,151,171).

#1097ab hex color red value is 16, green value is 151 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #1097ab hue: 0.52 , saturation: 0.83 and the lightness value of 1097ab is 0.37.

The process color (four color CMYK) of #1097ab color hex is 0.91, 0.12, 0.00, 0.33. Web safe color of #1097ab is #009999. Color #1097ab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10010111 10101011
Octal 20 227 253
Decimal 16 151 171
Hex 10 97 AB

RGB Percentages of Color #1097ab

%4.73
%44.67
%50.59

CMYK Percentages of Color #1097ab

%91
%12
%0
%33

Triadic Colors of #1097ab

#1097ab #ab1097 #97ab10

Analogous Colors of #1097ab

#1097ab #104aab #10ab72

Monochromatic Colors of #1097ab

#1097ab

Complementary Color

#1097ab #ab2410

#1097ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1097ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#1097ab Color CSS Codes

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

#1097ab Text Font Color

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

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


#1097ab Background Color

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

This div background color is #1097ab


#1097ab Border Color

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

This div border color is #1097ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1097ab


Comments

No comments written yet.

Please login to write comment.