Color Hex Logo

#8aac64 Color Hex

#8AAC64
(138,172,100)
0 Favorites   0 Comments

Color spaces of #8aac64

RGB 138172100
HSL0.250.300.53
HSV88°42°67°
CMYK 0.200.000.42   0.33
XYZ27.534035.828417.5210
Yxy35.82840.34040.4430
Hunter Lab59.8568-22.639924.5447
CIE-Lab66.3886-24.286633.2658

#8aac64 color RGB value is (138,172,100).

#8aac64 hex color red value is 138, green value is 172 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #8aac64 hue: 0.25 , saturation: 0.30 and the lightness value of 8aac64 is 0.53.

The process color (four color CMYK) of #8aac64 color hex is 0.20, 0.00, 0.42, 0.33. Web safe color of #8aac64 is #999966. Color #8aac64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101100 01100100
Octal 212 254 144
Decimal 138 172 100
Hex 8A AC 64

RGB Percentages of Color #8aac64

%33.66
%41.95
%24.39

CMYK Percentages of Color #8aac64

%20
%0
%42
%33

Triadic Colors of #8aac64

#8aac64 #648aac #ac648a

Analogous Colors of #8aac64

#8aac64 #66ac64 #acaa64

Monochromatic Colors of #8aac64

#8aac64

Complementary Color

#8aac64 #8664ac

#8aac64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aac64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aac64 Color CSS Codes

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

#8aac64 Text Font Color

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

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


#8aac64 Background Color

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

This div background color is #8aac64


#8aac64 Border Color

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

This div border color is #8aac64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aac64


Comments

No comments written yet.

Please login to write comment.