Color Hex Logo

#009baa Color Hex

#009BAA
(0,155,170)
0 Favorites   0 Comments

Color spaces of #009baa

RGB 0155170
HSL0.511.000.33
HSV185°100°67°
CMYK 1.000.090.00   0.33
XYZ18.977026.345042.1151
Yxy26.34500.21700.3013
Hunter Lab51.3274-23.8271-12.7194
CIE-Lab58.3631-28.2950-17.5089

#009baa color RGB value is (0,155,170).

#009baa hex color red value is 0, green value is 155 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #009baa hue: 0.51 , saturation: 1.00 and the lightness value of 009baa is 0.33.

The process color (four color CMYK) of #009baa color hex is 1.00, 0.09, 0.00, 0.33. Web safe color of #009baa is #009999. Color #009baa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011011 10101010
Octal 0 233 252
Decimal 0 155 170
Hex 0 9B AA

RGB Percentages of Color #009baa

%0.00
%47.69
%52.31

CMYK Percentages of Color #009baa

%100
%9
%0
%33

Triadic Colors of #009baa

#009baa #aa009b #9baa00

Analogous Colors of #009baa

#009baa #0046aa #00aa64

Monochromatic Colors of #009baa

#009baa

Complementary Color

#009baa #aa0f00

#009baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#009baa Color CSS Codes

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

#009baa Text Font Color

<p style="color:#009baa">Text here</p>

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


#009baa Background Color

<div style="background-color:#009baa">
Div content here</div>

This div background color is #009baa


#009baa Border Color

<div style="border:3px solid #009baa">
Div here</div>

This div border color is #009baa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,155,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009baa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009baa;
  -webkit-box-shadow: 1px 1px 3px 2px #009baa;
  box-shadow:         1px 1px 3px 2px #009baa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,155,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 #009baa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009baa


Comments

No comments written yet.

Please login to write comment.