Color Hex Logo

#009a88 Color Hex

#009A88
(0,154,136)
0 Favorites   0 Comments

Color spaces of #009a88

RGB 0154136
HSL0.481.000.30
HSV173°100°60°
CMYK 1.000.000.12   0.40
XYZ15.999524.888827.2533
Yxy24.88880.23480.3653
Hunter Lab49.8887-30.05952.5330
CIE-Lab56.9669-38.4382-0.2373

#009a88 color RGB value is (0,154,136).

#009a88 hex color red value is 0, green value is 154 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #009a88 hue: 0.48 , saturation: 1.00 and the lightness value of 009a88 is 0.30.

The process color (four color CMYK) of #009a88 color hex is 1.00, 0.00, 0.12, 0.40. Web safe color of #009a88 is #009999. Color #009a88 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011010 10001000
Octal 0 232 210
Decimal 0 154 136
Hex 0 9A 88

RGB Percentages of Color #009a88

%0.00
%53.10
%46.90

CMYK Percentages of Color #009a88

%100
%0
%12
%40

Triadic Colors of #009a88

#009a88 #88009a #9a8800

Analogous Colors of #009a88

#009a88 #005f9a #009a3b

Monochromatic Colors of #009a88

#009a88

Complementary Color

#009a88 #9a0012

#009a88 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009a88 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009a88 Color CSS Codes

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

#009a88 Text Font Color

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

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


#009a88 Background Color

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

This div background color is #009a88


#009a88 Border Color

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

This div border color is #009a88


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009a88


Comments

No comments written yet.

Please login to write comment.