Color Hex Logo

#096354 Color Hex

#096354
(9,99,84)
0 Favorites   0 Comments

Color spaces of #096354

RGB 99984
HSL0.470.830.21
HSV170°91°39°
CMYK 0.910.000.15   0.61
XYZ6.17479.62199.9193
Yxy9.62190.24010.3742
Hunter Lab31.0192-18.75132.7537
CIE-Lab37.1551-28.11691.6548

#096354 color RGB value is (9,99,84).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100011 01010100
Octal 11 143 124
Decimal 9 99 84
Hex 9 63 54

RGB Percentages of Color #096354

%4.69
%51.56
%43.75

CMYK Percentages of Color #096354

%91
%0
%15
%61

Triadic Colors of #096354

#096354 #540963 #635409

Analogous Colors of #096354

#096354 #094563 #096327

Monochromatic Colors of #096354

#096354

Complementary Color

#096354 #630918

#096354 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096354 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096354 Color CSS Codes

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

#096354 Text Font Color

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

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


#096354 Background Color

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

This div background color is #096354


#096354 Border Color

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

This div border color is #096354


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096354


Comments

No comments written yet.

Please login to write comment.