Color Hex Logo

#097076 Color Hex

#097076
(9,112,118)
0 Favorites   0 Comments

Color spaces of #097076

RGB 9112118
HSL0.510.860.25
HSV183°92°46°
CMYK 0.920.050.00   0.54
XYZ9.176812.954419.1563
Yxy12.95440.22230.3138
Hunter Lab35.9922-17.4749-6.3616
CIE-Lab42.6945-23.6140-10.8704

#097076 color RGB value is (9,112,118).

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

The process color (four color CMYK) of #097076 color hex is 0.92, 0.05, 0.00, 0.54. Web safe color of #097076 is #006666. Color #097076 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110000 01110110
Octal 11 160 166
Decimal 9 112 118
Hex 9 70 76

RGB Percentages of Color #097076

%3.77
%46.86
%49.37

CMYK Percentages of Color #097076

%92
%5
%0
%54

Triadic Colors of #097076

#097076 #760970 #707609

Analogous Colors of #097076

#097076 #093a76 #097646

Monochromatic Colors of #097076

#097076

Complementary Color

#097076 #760f09

#097076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097076 Color CSS Codes

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

#097076 Text Font Color

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

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


#097076 Background Color

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

This div background color is #097076


#097076 Border Color

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

This div border color is #097076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097076


Comments

No comments written yet.

Please login to write comment.