Color Hex Logo

#009690 Color Hex

#009690
(0,150,144)
0 Favorites   0 Comments

Color spaces of #009690

RGB 0150144
HSL0.491.000.29
HSV178°100°59°
CMYK 1.000.000.04   0.41
XYZ15.940423.826330.1443
Yxy23.82630.22800.3408
Hunter Lab48.8122-27.1293-2.4464
CIE-Lab55.9135-34.2378-6.3615

#009690 color RGB value is (0,150,144).

#009690 hex color red value is 0, green value is 150 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #009690 hue: 0.49 , saturation: 1.00 and the lightness value of 009690 is 0.29.

The process color (four color CMYK) of #009690 color hex is 1.00, 0.00, 0.04, 0.41. Web safe color of #009690 is #009999. Color #009690 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10010110 10010000
Octal 0 226 220
Decimal 0 150 144
Hex 0 96 90

RGB Percentages of Color #009690

%0.00
%51.02
%48.98

CMYK Percentages of Color #009690

%100
%0
%4
%41

Triadic Colors of #009690

#009690 #900096 #969000

Analogous Colors of #009690

#009690 #005196 #009645

Monochromatic Colors of #009690

#009690

Complementary Color

#009690 #960006

#009690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009690 Color CSS Codes

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

#009690 Text Font Color

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

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


#009690 Background Color

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

This div background color is #009690


#009690 Border Color

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

This div border color is #009690


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,150,144, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #009690; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #009690;
  -webkit-box-shadow: 1px 1px 3px 2px #009690;
  box-shadow:         1px 1px 3px 2px #009690; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,150,144, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009690


Comments

No comments written yet.

Please login to write comment.