Color Hex Logo

#8aac28 Color Hex

#8AAC28
(138,172,40)
0 Favorites   0 Comments

Color spaces of #8aac28

RGB 13817240
HSL0.210.620.42
HSV75°77°67°
CMYK 0.200.000.77   0.33
XYZ25.616835.06157.4249
Yxy35.06150.37610.5148
Hunter Lab59.2128-26.399134.0143
CIE-Lab65.7965-29.598759.3188

#8aac28 color RGB value is (138,172,40).

#8aac28 hex color red value is 138, green value is 172 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #8aac28 hue: 0.21 , saturation: 0.62 and the lightness value of 8aac28 is 0.42.

The process color (four color CMYK) of #8aac28 color hex is 0.20, 0.00, 0.77, 0.33. Web safe color of #8aac28 is #999933. Color #8aac28 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101100 00101000
Octal 212 254 50
Decimal 138 172 40
Hex 8A AC 28

RGB Percentages of Color #8aac28

%39.43
%49.14
%11.43

CMYK Percentages of Color #8aac28

%20
%0
%77
%33

Triadic Colors of #8aac28

#8aac28 #288aac #ac288a

Analogous Colors of #8aac28

#8aac28 #48ac28 #ac8c28

Monochromatic Colors of #8aac28

#8aac28

Complementary Color

#8aac28 #4a28ac

#8aac28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aac28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aac28 Color CSS Codes

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

#8aac28 Text Font Color

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

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


#8aac28 Background Color

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

This div background color is #8aac28


#8aac28 Border Color

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

This div border color is #8aac28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aac28


Comments

No comments written yet.

Please login to write comment.