Color Hex Logo

#096754 Color Hex

#096754
(9,103,84)
0 Favorites   0 Comments

Color spaces of #096754

RGB 910384
HSL0.470.840.22
HSV168°91°40°
CMYK 0.910.000.18   0.60
XYZ6.563110.398710.0487
Yxy10.39870.24300.3850
Hunter Lab32.2470-20.10294.0972
CIE-Lab38.5487-29.99483.6679

#096754 color RGB value is (9,103,84).

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

The process color (four color CMYK) of #096754 color hex is 0.91, 0.00, 0.18, 0.60. Web safe color of #096754 is #006666. Color #096754 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01100111 01010100
Octal 11 147 124
Decimal 9 103 84
Hex 9 67 54

RGB Percentages of Color #096754

%4.59
%52.55
%42.86

CMYK Percentages of Color #096754

%91
%0
%18
%60

Triadic Colors of #096754

#096754 #540967 #675409

Analogous Colors of #096754

#096754 #094b67 #096725

Monochromatic Colors of #096754

#096754

Complementary Color

#096754 #67091c

#096754 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#096754 Color Preview on White Background

Lorem ipsum dolor sit amet.

#096754 Color CSS Codes

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

#096754 Text Font Color

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

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


#096754 Background Color

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

This div background color is #096754


#096754 Border Color

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

This div border color is #096754


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #096754


Comments

No comments written yet.

Please login to write comment.