Color Hex Logo

#8ac677 Color Hex

#8AC677
(138,198,119)
0 Favorites   0 Comments

Color spaces of #8ac677

RGB 138198119
HSL0.290.410.62
HSV106°40°78°
CMYK 0.300.000.40   0.22
XYZ34.005147.123324.7562
Yxy47.12330.32120.4450
Hunter Lab68.6464-31.708426.6705
CIE-Lab74.2686-34.134833.5667

#8ac677 color RGB value is (138,198,119).

#8ac677 hex color red value is 138, green value is 198 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #8ac677 hue: 0.29 , saturation: 0.41 and the lightness value of 8ac677 is 0.62.

The process color (four color CMYK) of #8ac677 color hex is 0.30, 0.00, 0.40, 0.22. Web safe color of #8ac677 is #99cc66. Color #8ac677 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11000110 01110111
Octal 212 306 167
Decimal 138 198 119
Hex 8A C6 77

RGB Percentages of Color #8ac677

%30.33
%43.52
%26.15

CMYK Percentages of Color #8ac677

%30
%0
%40
%22

Triadic Colors of #8ac677

#8ac677 #778ac6 #c6778a

Analogous Colors of #8ac677

#8ac677 #77c68c #b2c677

Monochromatic Colors of #8ac677

#8ac677

Complementary Color

#8ac677 #b377c6

#8ac677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ac677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ac677 Color CSS Codes

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

#8ac677 Text Font Color

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

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


#8ac677 Background Color

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

This div background color is #8ac677


#8ac677 Border Color

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

This div border color is #8ac677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ac677


Comments

No comments written yet.

Please login to write comment.