Color Hex Logo

#097068 Color Hex

#097068
(9,112,104)
0 Favorites   0 Comments

Color spaces of #097068

RGB 9112104
HSL0.490.850.24
HSV175°92°44°
CMYK 0.920.000.07   0.56
XYZ8.405512.645915.0946
Yxy12.64590.23250.3499
Hunter Lab35.5611-20.0402-0.2741
CIE-Lab42.2248-28.2049-3.1228

#097068 color RGB value is (9,112,104).

#097068 hex color red value is 9, green value is 112 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #097068 hue: 0.49 , saturation: 0.85 and the lightness value of 097068 is 0.24.

The process color (four color CMYK) of #097068 color hex is 0.92, 0.00, 0.07, 0.56. Web safe color of #097068 is #006666. Color #097068 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110000 01101000
Octal 11 160 150
Decimal 9 112 104
Hex 9 70 68

RGB Percentages of Color #097068

%4.00
%49.78
%46.22

CMYK Percentages of Color #097068

%92
%0
%7
%56

Triadic Colors of #097068

#097068 #680970 #706809

Analogous Colors of #097068

#097068 #094570 #097035

Monochromatic Colors of #097068

#097068

Complementary Color

#097068 #700911

#097068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097068 Color CSS Codes

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

#097068 Text Font Color

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

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


#097068 Background Color

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

This div background color is #097068


#097068 Border Color

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

This div border color is #097068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097068


Comments

No comments written yet.

Please login to write comment.