Color Hex Logo

#098c11 Color Hex

#098C11
(9,140,17)
0 Favorites   0 Comments

Color spaces of #098c11

RGB 914017
HSL0.340.880.29
HSV124°94°55°
CMYK 0.940.000.88   0.45
XYZ9.591918.85473.6641
Yxy18.85470.29870.5872
Hunter Lab43.4220-36.557925.3923
CIE-Lab50.5168-53.923250.1139

#098c11 color RGB value is (9,140,17).

#098c11 hex color red value is 9, green value is 140 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #098c11 hue: 0.34 , saturation: 0.88 and the lightness value of 098c11 is 0.29.

The process color (four color CMYK) of #098c11 color hex is 0.94, 0.00, 0.88, 0.45. Web safe color of #098c11 is #009900. Color #098c11 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10001100 00010001
Octal 11 214 21
Decimal 9 140 17
Hex 9 8C 11

RGB Percentages of Color #098c11

%5.42
%84.34
%10.24

CMYK Percentages of Color #098c11

%94
%0
%88
%45

Triadic Colors of #098c11

#098c11 #11098c #8c1109

Analogous Colors of #098c11

#098c11 #098c53 #438c09

Monochromatic Colors of #098c11

#098c11

Complementary Color

#098c11 #8c0984

#098c11 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098c11 Color Preview on White Background

Lorem ipsum dolor sit amet.

#098c11 Color CSS Codes

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

#098c11 Text Font Color

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

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


#098c11 Background Color

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

This div background color is #098c11


#098c11 Border Color

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

This div border color is #098c11


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(9,140,17, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #098c11; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #098c11;
  -webkit-box-shadow: 1px 1px 3px 2px #098c11;
  box-shadow:         1px 1px 3px 2px #098c11; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098c11


Comments

No comments written yet.

Please login to write comment.