Color Hex Logo

#097d63 Color Hex

#097D63
(9,125,99)
0 Favorites   0 Comments

Color spaces of #097d63

RGB 912599
HSL0.460.870.26
HSV167°93°49°
CMYK 0.930.000.21   0.51
XYZ9.698415.626214.3094
Yxy15.62620.24470.3943
Hunter Lab39.5300-25.38386.2087
CIE-Lab46.4802-35.66586.0410

#097d63 color RGB value is (9,125,99).

#097d63 hex color red value is 9, green value is 125 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #097d63 hue: 0.46 , saturation: 0.87 and the lightness value of 097d63 is 0.26.

The process color (four color CMYK) of #097d63 color hex is 0.93, 0.00, 0.21, 0.51. Web safe color of #097d63 is #006666. Color #097d63 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111101 01100011
Octal 11 175 143
Decimal 9 125 99
Hex 9 7D 63

RGB Percentages of Color #097d63

%3.86
%53.65
%42.49

CMYK Percentages of Color #097d63

%93
%0
%21
%51

Triadic Colors of #097d63

#097d63 #63097d #7d6309

Analogous Colors of #097d63

#097d63 #095d7d #097d29

Monochromatic Colors of #097d63

#097d63

Complementary Color

#097d63 #7d0923

#097d63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097d63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#097d63 Color CSS Codes

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

#097d63 Text Font Color

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

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


#097d63 Background Color

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

This div background color is #097d63


#097d63 Border Color

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

This div border color is #097d63


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,125,99, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #097d63; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #097d63;
  -webkit-box-shadow: 1px 1px 3px 2px #097d63;
  box-shadow:         1px 1px 3px 2px #097d63; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097d63


Comments

No comments written yet.

Please login to write comment.