Color Hex Logo

#0991aa Color Hex

#0991AA
(9,145,170)
0 Favorites   0 Comments

Color spaces of #0991aa

RGB 9145170
HSL0.530.900.35
HSV189°95°67°
CMYK 0.950.150.00   0.33
XYZ17.493823.211241.5884
Yxy23.21120.21260.2821
Hunter Lab48.1780-19.4968-17.4559
CIE-Lab55.2892-22.8665-22.1987

#0991aa color RGB value is (9,145,170).

#0991aa hex color red value is 9, green value is 145 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #0991aa hue: 0.53 , saturation: 0.90 and the lightness value of 0991aa is 0.35.

The process color (four color CMYK) of #0991aa color hex is 0.95, 0.15, 0.00, 0.33. Web safe color of #0991aa is #009999. Color #0991aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010001 10101010
Octal 11 221 252
Decimal 9 145 170
Hex 9 91 AA

RGB Percentages of Color #0991aa

%2.78
%44.75
%52.47

CMYK Percentages of Color #0991aa

%95
%15
%0
%33

Triadic Colors of #0991aa

#0991aa #aa0991 #91aa09

Analogous Colors of #0991aa

#0991aa #0941aa #09aa73

Monochromatic Colors of #0991aa

#0991aa

Complementary Color

#0991aa #aa2209

#0991aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0991aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#0991aa Color CSS Codes

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

#0991aa Text Font Color

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

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


#0991aa Background Color

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

This div background color is #0991aa


#0991aa Border Color

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

This div border color is #0991aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0991aa


Comments

No comments written yet.

Please login to write comment.