Color Hex Logo

#098215 Color Hex

#098215
(9,130,21)
0 Favorites   0 Comments

Color spaces of #098215

RGB 913021
HSL0.350.870.27
HSV126°93°51°
CMYK 0.930.000.84   0.49
XYZ8.230616.07753.3789
Yxy16.07750.29730.5807
Hunter Lab40.0968-33.528923.0714
CIE-Lab47.0760-50.671245.9022

#098215 color RGB value is (9,130,21).

#098215 hex color red value is 9, green value is 130 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #098215 hue: 0.35 , saturation: 0.87 and the lightness value of 098215 is 0.27.

The process color (four color CMYK) of #098215 color hex is 0.93, 0.00, 0.84, 0.49. Web safe color of #098215 is #009900. Color #098215 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000010 00010101
Octal 11 202 25
Decimal 9 130 21
Hex 9 82 15

RGB Percentages of Color #098215

%5.63
%81.25
%13.13

CMYK Percentages of Color #098215

%93
%0
%84
%49

Triadic Colors of #098215

#098215 #150982 #821509

Analogous Colors of #098215

#098215 #098252 #3a8209

Monochromatic Colors of #098215

#098215

Complementary Color

#098215 #820976

#098215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#098215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#098215 Color CSS Codes

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

#098215 Text Font Color

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

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


#098215 Background Color

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

This div background color is #098215


#098215 Border Color

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

This div border color is #098215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #098215


Comments

No comments written yet.

Please login to write comment.