Color Hex Logo

#0a821d Color Hex

#0A821D
(10,130,29)
0 Favorites   0 Comments

Color spaces of #0a821d

RGB 1013029
HSL0.360.860.27
HSV130°92°51°
CMYK 0.920.000.78   0.49
XYZ8.329616.11853.8346
Yxy16.11850.29450.5699
Hunter Lab40.1479-33.224822.4406
CIE-Lab47.1296-50.018743.2875

#0a821d color RGB value is (10,130,29).

#0a821d hex color red value is 10, green value is 130 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #0a821d hue: 0.36 , saturation: 0.86 and the lightness value of 0a821d is 0.27.

The process color (four color CMYK) of #0a821d color hex is 0.92, 0.00, 0.78, 0.49. Web safe color of #0a821d is #009933. Color #0a821d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00001010 10000010 00011101
Octal 12 202 35
Decimal 10 130 29
Hex A 82 1D

RGB Percentages of Color #0a821d

%5.92
%76.92
%17.16

CMYK Percentages of Color #0a821d

%92
%0
%78
%49

Triadic Colors of #0a821d

#0a821d #1d0a82 #821d0a

Analogous Colors of #0a821d

#0a821d #0a8259 #33820a

Monochromatic Colors of #0a821d

#0a821d

Complementary Color

#0a821d #820a6f

#0a821d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0a821d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0a821d Color CSS Codes

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

#0a821d Text Font Color

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

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


#0a821d Background Color

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

This div background color is #0a821d


#0a821d Border Color

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

This div border color is #0a821d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(10,130,29, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0a821d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0a821d;
  -webkit-box-shadow: 1px 1px 3px 2px #0a821d;
  box-shadow:         1px 1px 3px 2px #0a821d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(10,130,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 #0a821d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #0a821d


Comments

No comments written yet.

Please login to write comment.