Color Hex Logo

#8aad68 Color Hex

#8AAD68
(138,173,104)
0 Favorites   0 Comments

Color spaces of #8aad68

RGB 138173104
HSL0.250.300.54
HSV90°40°68°
CMYK 0.200.000.40   0.32
XYZ27.923536.289918.6296
Yxy36.28990.33710.4381
Hunter Lab60.2411-22.682023.8333
CIE-Lab66.7408-24.252231.6256

#8aad68 color RGB value is (138,173,104).

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

The process color (four color CMYK) of #8aad68 color hex is 0.20, 0.00, 0.40, 0.32. Web safe color of #8aad68 is #999966. Color #8aad68 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10101101 01101000
Octal 212 255 150
Decimal 138 173 104
Hex 8A AD 68

RGB Percentages of Color #8aad68

%33.25
%41.69
%25.06

CMYK Percentages of Color #8aad68

%20
%0
%40
%32

Triadic Colors of #8aad68

#8aad68 #688aad #ad688a

Analogous Colors of #8aad68

#8aad68 #68ad69 #adad68

Monochromatic Colors of #8aad68

#8aad68

Complementary Color

#8aad68 #8b68ad

#8aad68 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8aad68 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8aad68 Color CSS Codes

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

#8aad68 Text Font Color

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

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


#8aad68 Background Color

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

This div background color is #8aad68


#8aad68 Border Color

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

This div border color is #8aad68


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8aad68


Comments

No comments written yet.

Please login to write comment.