Color Hex Logo

#097155 Color Hex

#097155
(9,113,85)
0 Favorites   0 Comments

Color spaces of #097155

RGB 911385
HSL0.460.850.24
HSV164°92°44°
CMYK 0.920.000.25   0.56
XYZ7.657512.524210.6082
Yxy12.52420.24870.4068
Hunter Lab35.3895-23.30837.0002
CIE-Lab42.0374-34.21148.0357

#097155 color RGB value is (9,113,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110001 01010101
Octal 11 161 125
Decimal 9 113 85
Hex 9 71 55

RGB Percentages of Color #097155

%4.35
%54.59
%41.06

CMYK Percentages of Color #097155

%92
%0
%25
%56

Triadic Colors of #097155

#097155 #550971 #715509

Analogous Colors of #097155

#097155 #095971 #097121

Monochromatic Colors of #097155

#097155

Complementary Color

#097155 #710925

#097155 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097155 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097155 Color CSS Codes

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

#097155 Text Font Color

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

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


#097155 Background Color

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

This div background color is #097155


#097155 Border Color

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

This div border color is #097155


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097155


Comments

No comments written yet.

Please login to write comment.