Color Hex Logo

#009897 Color Hex

#009897
(0,152,151)
0 Favorites   0 Comments

Color spaces of #009897

RGB 0152151
HSL0.501.000.30
HSV180°100°60°
CMYK 1.000.000.01   0.40
XYZ16.814224.690833.1578
Yxy24.69080.22520.3307
Hunter Lab49.6898-26.5558-4.7811
CIE-Lab56.7729-32.9934-9.0861

#009897 color RGB value is (0,152,151).

#009897 hex color red value is 0, green value is 152 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #009897 hue: 0.50 , saturation: 1.00 and the lightness value of 009897 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 10011000 10010111
Octal 0 230 227
Decimal 0 152 151
Hex 0 98 97

RGB Percentages of Color #009897

%0.00
%50.17
%49.83

CMYK Percentages of Color #009897

%100
%0
%1
%40

Triadic Colors of #009897

#009897 #970098 #989700

Analogous Colors of #009897

#009897 #004d98 #00984b

Monochromatic Colors of #009897

#009897

Complementary Color

#009897 #980001

#009897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#009897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#009897 Color CSS Codes

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

#009897 Text Font Color

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

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


#009897 Background Color

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

This div background color is #009897


#009897 Border Color

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

This div border color is #009897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #009897


Comments

No comments written yet.

Please login to write comment.