Color Hex Logo

#097869 Color Hex

#097869
(9,120,105)
0 Favorites   0 Comments

Color spaces of #097869

RGB 9120105
HSL0.480.860.25
HSV172°93°47°
CMYK 0.930.000.13   0.53
XYZ9.378914.510915.6712
Yxy14.51090.23710.3668
Hunter Lab38.0932-22.71472.2738
CIE-Lab44.9569-31.69420.2861

#097869 color RGB value is (9,120,105).

#097869 hex color red value is 9, green value is 120 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #097869 hue: 0.48 , saturation: 0.86 and the lightness value of 097869 is 0.25.

The process color (four color CMYK) of #097869 color hex is 0.93, 0.00, 0.13, 0.53. Web safe color of #097869 is #006666. Color #097869 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111000 01101001
Octal 11 170 151
Decimal 9 120 105
Hex 9 78 69

RGB Percentages of Color #097869

%3.85
%51.28
%44.87

CMYK Percentages of Color #097869

%93
%0
%13
%53

Triadic Colors of #097869

#097869 #690978 #786909

Analogous Colors of #097869

#097869 #094f78 #097832

Monochromatic Colors of #097869

#097869

Complementary Color

#097869 #780918

#097869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097869 Color CSS Codes

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

#097869 Text Font Color

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

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


#097869 Background Color

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

This div background color is #097869


#097869 Border Color

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

This div border color is #097869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097869


Comments

No comments written yet.

Please login to write comment.