Color Hex Logo

#097c1d Color Hex

#097C1D
(9,124,29)
0 Favorites   0 Comments

Color spaces of #097c1d

RGB 912429
HSL0.360.860.26
HSV130°93°49°
CMYK 0.930.000.77   0.51
XYZ7.542114.56213.5757
Yxy14.56210.29370.5671
Hunter Lab38.1603-31.501421.1566
CIE-Lab45.0285-48.194341.1748

#097c1d color RGB value is (9,124,29).

#097c1d hex color red value is 9, green value is 124 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #097c1d hue: 0.36 , saturation: 0.86 and the lightness value of 097c1d is 0.26.

The process color (four color CMYK) of #097c1d color hex is 0.93, 0.00, 0.77, 0.51. Web safe color of #097c1d is #006633. Color #097c1d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 01111100 00011101
Octal 11 174 35
Decimal 9 124 29
Hex 9 7C 1D

RGB Percentages of Color #097c1d

%5.56
%76.54
%17.90

CMYK Percentages of Color #097c1d

%93
%0
%77
%51

Triadic Colors of #097c1d

#097c1d #1d097c #7c1d09

Analogous Colors of #097c1d

#097c1d #097c57 #2e7c09

Monochromatic Colors of #097c1d

#097c1d

Complementary Color

#097c1d #7c0968

#097c1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#097c1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#097c1d Color CSS Codes

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

#097c1d Text Font Color

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

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


#097c1d Background Color

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

This div background color is #097c1d


#097c1d Border Color

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

This div border color is #097c1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #097c1d


Comments

No comments written yet.

Please login to write comment.