Color Hex Logo

#09685a Color Hex

#09685A
(9,104,90)
0 Favorites   0 Comments

Color spaces of #09685a

RGB 910490
HSL0.480.840.22
HSV171°91°41°
CMYK 0.910.000.13   0.59
XYZ6.908410.696911.3735
Yxy10.69690.23840.3691
Hunter Lab32.7061-19.53182.2763
CIE-Lab39.0652-28.68500.7493

#09685a color RGB value is (9,104,90).

#09685a hex color red value is 9, green value is 104 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #09685a hue: 0.48 , saturation: 0.84 and the lightness value of 09685a is 0.22.

The process color (four color CMYK) of #09685a color hex is 0.91, 0.00, 0.13, 0.59. Web safe color of #09685a is #006666. Color #09685a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01101000 01011010
Octal 11 150 132
Decimal 9 104 90
Hex 9 68 5A

RGB Percentages of Color #09685a

%4.43
%51.23
%44.33

CMYK Percentages of Color #09685a

%91
%0
%13
%59

Triadic Colors of #09685a

#09685a #5a0968 #685a09

Analogous Colors of #09685a

#09685a #094768 #09682b

Monochromatic Colors of #09685a

#09685a

Complementary Color

#09685a #680917

#09685a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09685a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09685a Color CSS Codes

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

#09685a Text Font Color

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

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


#09685a Background Color

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

This div background color is #09685a


#09685a Border Color

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

This div border color is #09685a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,104,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #09685a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #09685a;
  -webkit-box-shadow: 1px 1px 3px 2px #09685a;
  box-shadow:         1px 1px 3px 2px #09685a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09685a


Comments

No comments written yet.

Please login to write comment.