Color Hex Logo

#09821a Color Hex

#09821A
(9,130,26)
0 Favorites   0 Comments

Color spaces of #09821a

RGB 913026
HSL0.360.870.27
HSV128°93°51°
CMYK 0.930.000.80   0.49
XYZ8.281716.09793.6480
Yxy16.09790.29550.5744
Hunter Lab40.1222-33.369322.6948
CIE-Lab47.1027-50.329344.3222

#09821a color RGB value is (9,130,26).

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

The process color (four color CMYK) of #09821a color hex is 0.93, 0.00, 0.80, 0.49. Web safe color of #09821a is #009933. Color #09821a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001001 10000010 00011010
Octal 11 202 32
Decimal 9 130 26
Hex 9 82 1A

RGB Percentages of Color #09821a

%5.45
%78.79
%15.76

CMYK Percentages of Color #09821a

%93
%0
%80
%49

Triadic Colors of #09821a

#09821a #1a0982 #821a09

Analogous Colors of #09821a

#09821a #098257 #358209

Monochromatic Colors of #09821a

#09821a

Complementary Color

#09821a #820971

#09821a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#09821a Color Preview on White Background

Lorem ipsum dolor sit amet.

#09821a Color CSS Codes

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

#09821a Text Font Color

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

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


#09821a Background Color

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

This div background color is #09821a


#09821a Border Color

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

This div border color is #09821a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #09821a


Comments

No comments written yet.

Please login to write comment.