Color Hex Logo

#099358 Color Hex

#099358
(9,147,88)
0 Favorites   0 Comments

Color spaces of #099358

RGB 914788
HSL0.430.880.31
HSV154°94°58°
CMYK 0.940.000.40   0.42
XYZ12.307821.630112.7589
Yxy21.63010.26360.4632
Hunter Lab46.5082-34.151516.2903
CIE-Lab53.6323-47.180022.1861

#099358 color RGB value is (9,147,88).

#099358 hex color red value is 9, green value is 147 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #099358 hue: 0.43 , saturation: 0.88 and the lightness value of 099358 is 0.31.

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 10010011 01011000
Octal 11 223 130
Decimal 9 147 88
Hex 9 93 58

RGB Percentages of Color #099358

%3.69
%60.25
%36.07

CMYK Percentages of Color #099358

%94
%0
%40
%42

Triadic Colors of #099358

#099358 #580993 #935809

Analogous Colors of #099358

#099358 #098993 #099313

Monochromatic Colors of #099358

#099358

Complementary Color

#099358 #930944

#099358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#099358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#099358 Color CSS Codes

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

#099358 Text Font Color

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

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


#099358 Background Color

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

This div background color is #099358


#099358 Border Color

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

This div border color is #099358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #099358


Comments

No comments written yet.

Please login to write comment.