Color Hex Logo

#097273 Color Hex

#097273
(9,114,115)
0 Favorites   0 Comments

Color spaces of #097273

RGB 9114115
HSL0.500.850.24
HSV181°92°45°
CMYK 0.920.010.00   0.55
XYZ9.224513.330518.3065
Yxy13.33050.22580.3262
Hunter Lab36.5110-18.7961-4.1702
CIE-Lab43.2571-25.6423-8.2181

#097273 color RGB value is (9,114,115).

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

The process color (four color CMYK) of #097273 color hex is 0.92, 0.01, 0.00, 0.55. Web safe color of #097273 is #006666. Color #097273 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01110010 01110011
Octal 11 162 163
Decimal 9 114 115
Hex 9 72 73

RGB Percentages of Color #097273

%3.78
%47.90
%48.32

CMYK Percentages of Color #097273

%92
%1
%0
%55

Triadic Colors of #097273

#097273 #730972 #727309

Analogous Colors of #097273

#097273 #093d73 #09733f

Monochromatic Colors of #097273

#097273

Complementary Color

#097273 #730a09

#097273 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097273 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097273 Color CSS Codes

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

#097273 Text Font Color

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

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


#097273 Background Color

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

This div background color is #097273


#097273 Border Color

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

This div border color is #097273


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097273


Comments

No comments written yet.

Please login to write comment.