Color Hex Logo

#1089af Color Hex

#1089AF
(16,137,175)
0 Favorites   0 Comments

Color spaces of #1089af

RGB 16137175
HSL0.540.830.37
HSV194°91°69°
CMYK 0.910.220.00   0.31
XYZ16.897221.096643.7389
Yxy21.09660.20670.2581
Hunter Lab45.9310-14.7124-24.3086
CIE-Lab53.0551-16.5071-28.5100

#1089af color RGB value is (16,137,175).

#1089af hex color red value is 16, green value is 137 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #1089af hue: 0.54 , saturation: 0.83 and the lightness value of 1089af is 0.37.

The process color (four color CMYK) of #1089af color hex is 0.91, 0.22, 0.00, 0.31. Web safe color of #1089af is #009999. Color #1089af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010000 10001001 10101111
Octal 20 211 257
Decimal 16 137 175
Hex 10 89 AF

RGB Percentages of Color #1089af

%4.88
%41.77
%53.35

CMYK Percentages of Color #1089af

%91
%22
%0
%31

Triadic Colors of #1089af

#1089af #af1089 #89af10

Analogous Colors of #1089af

#1089af #103aaf #10af86

Monochromatic Colors of #1089af

#1089af

Complementary Color

#1089af #af3610

#1089af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1089af Color Preview on White Background

Lorem ipsum dolor sit amet.

#1089af Color CSS Codes

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

#1089af Text Font Color

<p style="color:#1089af">Text here</p>

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


#1089af Background Color

<div style="background-color:#1089af">
Div content here</div>

This div background color is #1089af


#1089af Border Color

<div style="border:3px solid #1089af">
Div here</div>

This div border color is #1089af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(16,137,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1089af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1089af;
  -webkit-box-shadow: 1px 1px 3px 2px #1089af;
  box-shadow:         1px 1px 3px 2px #1089af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(16,137,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #1089af


Comments

No comments written yet.

Please login to write comment.