Color Hex Logo

#096358 Color Hex

#096358
(9,99,88)
0 Favorites   0 Comments

Color spaces of #096358

RGB 99988
HSL0.480.830.21
HSV173°91°39°
CMYK 0.910.000.11   0.61
XYZ6.33599.686310.7682
Yxy9.68630.23650.3616
Hunter Lab31.1228-18.12641.2722
CIE-Lab37.2734-26.8928-0.6385

#096358 color RGB value is (9,99,88).

#096358 hex color red value is 9, green value is 99 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #096358 hue: 0.48 , saturation: 0.83 and the lightness value of 096358 is 0.21.

The process color (four color CMYK) of #096358 color hex is 0.91, 0.00, 0.11, 0.61. Web safe color of #096358 is #006666. Color #096358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100011 01011000
Octal 11 143 130
Decimal 9 99 88
Hex 9 63 58

RGB Percentages of Color #096358

%4.59
%50.51
%44.90

CMYK Percentages of Color #096358

%91
%0
%11
%61

Triadic Colors of #096358

#096358 #580963 #635809

Analogous Colors of #096358

#096358 #094163 #09632b

Monochromatic Colors of #096358

#096358

Complementary Color

#096358 #630914

#096358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096358 Color CSS Codes

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

#096358 Text Font Color

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

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


#096358 Background Color

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

This div background color is #096358


#096358 Border Color

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

This div border color is #096358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096358


Comments

No comments written yet.

Please login to write comment.