Color Hex Logo

#099aac Color Hex

#099AAC
(9,154,172)
0 Favorites   0 Comments

Color spaces of #099aac

RGB 9154172
HSL0.520.900.35
HSV187°95°67°
CMYK 0.950.100.00   0.33
XYZ19.114726.147843.0693
Yxy26.14780.21640.2960
Hunter Lab51.1349-22.7612-14.1436
CIE-Lab58.1771-26.7881-18.9220

#099aac color RGB value is (9,154,172).

#099aac hex color red value is 9, green value is 154 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #099aac hue: 0.52 , saturation: 0.90 and the lightness value of 099aac is 0.35.

The process color (four color CMYK) of #099aac color hex is 0.95, 0.10, 0.00, 0.33. Web safe color of #099aac is #009999. Color #099aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10011010 10101100
Octal 11 232 254
Decimal 9 154 172
Hex 9 9A AC

RGB Percentages of Color #099aac

%2.69
%45.97
%51.34

CMYK Percentages of Color #099aac

%95
%10
%0
%33

Triadic Colors of #099aac

#099aac #ac099a #9aac09

Analogous Colors of #099aac

#099aac #0949ac #09ac6d

Monochromatic Colors of #099aac

#099aac

Complementary Color

#099aac #ac1b09

#099aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#099aac Color CSS Codes

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

#099aac Text Font Color

<p style="color:#099aac">Text here</p>

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


#099aac Background Color

<div style="background-color:#099aac">
Div content here</div>

This div background color is #099aac


#099aac Border Color

<div style="border:3px solid #099aac">
Div here</div>

This div border color is #099aac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,154,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #099aac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #099aac;
  -webkit-box-shadow: 1px 1px 3px 2px #099aac;
  box-shadow:         1px 1px 3px 2px #099aac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,154,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099aac


Comments

No comments written yet.

Please login to write comment.