Color Hex Logo

#098074 Color Hex

#098074
(9,128,116)
0 Favorites   0 Comments

Color spaces of #098074

RGB 9128116
HSL0.480.870.27
HSV174°93°50°
CMYK 0.930.000.09   0.50
XYZ10.984216.757419.1786
Yxy16.75740.23410.3571
Hunter Lab40.9358-23.74120.8774
CIE-Lab47.9529-32.1136-1.8476

#098074 color RGB value is (9,128,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000000 01110100
Octal 11 200 164
Decimal 9 128 116
Hex 9 80 74

RGB Percentages of Color #098074

%3.56
%50.59
%45.85

CMYK Percentages of Color #098074

%93
%0
%9
%50

Triadic Colors of #098074

#098074 #740980 #807409

Analogous Colors of #098074

#098074 #095180 #098039

Monochromatic Colors of #098074

#098074

Complementary Color

#098074 #800915

#098074 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098074 Color Preview on White Background

Lorem ipsum dolor sit amet.

#098074 Color CSS Codes

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

#098074 Text Font Color

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

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


#098074 Background Color

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

This div background color is #098074


#098074 Border Color

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

This div border color is #098074


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098074


Comments

No comments written yet.

Please login to write comment.