Color Hex Logo

#098060 Color Hex

#098060
(9,128,96)
0 Favorites   0 Comments

Color spaces of #098060

RGB 912896
HSL0.460.870.27
HSV164°93°50°
CMYK 0.930.000.25   0.50
XYZ9.943116.340913.6964
Yxy16.34090.24870.4087
Hunter Lab40.4239-26.83608.2081
CIE-Lab47.4186-37.76199.1322

#098060 color RGB value is (9,128,96).

#098060 hex color red value is 9, green value is 128 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #098060 hue: 0.46 , saturation: 0.87 and the lightness value of 098060 is 0.27.

The process color (four color CMYK) of #098060 color hex is 0.93, 0.00, 0.25, 0.50. Web safe color of #098060 is #009966. Color #098060 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000000 01100000
Octal 11 200 140
Decimal 9 128 96
Hex 9 80 60

RGB Percentages of Color #098060

%3.86
%54.94
%41.20

CMYK Percentages of Color #098060

%93
%0
%25
%50

Triadic Colors of #098060

#098060 #600980 #806009

Analogous Colors of #098060

#098060 #096580 #098025

Monochromatic Colors of #098060

#098060

Complementary Color

#098060 #800929

#098060 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098060 Color Preview on White Background

Lorem ipsum dolor sit amet.

#098060 Color CSS Codes

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

#098060 Text Font Color

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

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


#098060 Background Color

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

This div background color is #098060


#098060 Border Color

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

This div border color is #098060


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,128,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #098060; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #098060;
  -webkit-box-shadow: 1px 1px 3px 2px #098060;
  box-shadow:         1px 1px 3px 2px #098060; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,128,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098060


Comments

No comments written yet.

Please login to write comment.