Color Hex Logo

#009caa Color Hex

#009CAA
(0,156,170)
0 Favorites   0 Comments

Color spaces of #009caa

RGB 0156170
HSL0.511.000.33
HSV185°100°67°
CMYK 1.000.080.00   0.33
XYZ19.144226.679242.1708
Yxy26.67920.21760.3032
Hunter Lab51.6519-24.2318-12.2505
CIE-Lab58.6762-28.7889-17.0333

#009caa color RGB value is (0,156,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011100 10101010
Octal 0 234 252
Decimal 0 156 170
Hex 0 9C AA

RGB Percentages of Color #009caa

%0.00
%47.85
%52.15

CMYK Percentages of Color #009caa

%100
%8
%0
%33

Triadic Colors of #009caa

#009caa #aa009c #9caa00

Analogous Colors of #009caa

#009caa #0047aa #00aa63

Monochromatic Colors of #009caa

#009caa

Complementary Color

#009caa #aa0e00

#009caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#009caa Color CSS Codes

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

#009caa Text Font Color

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

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


#009caa Background Color

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

This div background color is #009caa


#009caa Border Color

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

This div border color is #009caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009caa


Comments

No comments written yet.

Please login to write comment.