Color Hex Logo

#8ab820 Color Hex

#8AB820
(138,184,32)
0 Favorites   0 Comments

Color spaces of #8ab820

RGB 13818432
HSL0.220.700.42
HSV78°83°72°
CMYK 0.250.000.83   0.28
XYZ27.882439.78857.5769
Yxy39.78850.37050.5288
Hunter Lab63.0781-31.484437.0328
CIE-Lab69.3186-35.526564.8376

#8ab820 color RGB value is (138,184,32).

#8ab820 hex color red value is 138, green value is 184 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #8ab820 hue: 0.22 , saturation: 0.70 and the lightness value of 8ab820 is 0.42.

The process color (four color CMYK) of #8ab820 color hex is 0.25, 0.00, 0.83, 0.28. Web safe color of #8ab820 is #99cc33. Color #8ab820 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10111000 00100000
Octal 212 270 40
Decimal 138 184 32
Hex 8A B8 20

RGB Percentages of Color #8ab820

%38.98
%51.98
%9.04

CMYK Percentages of Color #8ab820

%25
%0
%83
%28

Triadic Colors of #8ab820

#8ab820 #208ab8 #b8208a

Analogous Colors of #8ab820

#8ab820 #3eb820 #b89a20

Monochromatic Colors of #8ab820

#8ab820

Complementary Color

#8ab820 #4e20b8

#8ab820 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ab820 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ab820 Color CSS Codes

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

#8ab820 Text Font Color

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

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


#8ab820 Background Color

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

This div background color is #8ab820


#8ab820 Border Color

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

This div border color is #8ab820


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(138,184,32, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8ab820; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8ab820;
  -webkit-box-shadow: 1px 1px 3px 2px #8ab820;
  box-shadow:         1px 1px 3px 2px #8ab820; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,184,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ab820


Comments

No comments written yet.

Please login to write comment.