Color Hex Logo

#099574 Color Hex

#099574
(9,149,116)
0 Favorites   0 Comments

Color spaces of #099574

RGB 9149116
HSL0.460.890.31
HSV166°94°58°
CMYK 0.940.000.22   0.42
XYZ14.012522.813920.1880
Yxy22.81390.24580.4001
Hunter Lab47.7639-31.22038.3751
CIE-Lab54.8801-41.38098.1626

#099574 color RGB value is (9,149,116).

#099574 hex color red value is 9, green value is 149 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #099574 hue: 0.46 , saturation: 0.89 and the lightness value of 099574 is 0.31.

The process color (four color CMYK) of #099574 color hex is 0.94, 0.00, 0.22, 0.42. Web safe color of #099574 is #009966. Color #099574 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010101 01110100
Octal 11 225 164
Decimal 9 149 116
Hex 9 95 74

RGB Percentages of Color #099574

%3.28
%54.38
%42.34

CMYK Percentages of Color #099574

%94
%0
%22
%42

Triadic Colors of #099574

#099574 #740995 #957409

Analogous Colors of #099574

#099574 #097095 #09952e

Monochromatic Colors of #099574

#099574

Complementary Color

#099574 #95092a

#099574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099574 Color CSS Codes

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

#099574 Text Font Color

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

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


#099574 Background Color

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

This div background color is #099574


#099574 Border Color

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

This div border color is #099574


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(9,149,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 #099574">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099574


Comments

No comments written yet.

Please login to write comment.