Color Hex Logo

#8ad677 Color Hex

#8AD677
(138,214,119)
0 Favorites   0 Comments

Color spaces of #8ad677

RGB 138214119
HSL0.300.540.65
HSV108°44°84°
CMYK 0.360.000.44   0.16
XYZ37.857654.828326.0404
Yxy54.82830.31890.4618
Hunter Lab74.0461-38.319030.9813
CIE-Lab78.9423-41.352239.5495

#8ad677 color RGB value is (138,214,119).

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

The process color (four color CMYK) of #8ad677 color hex is 0.36, 0.00, 0.44, 0.16. Web safe color of #8ad677 is #99cc66. Color #8ad677 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010110 01110111
Octal 212 326 167
Decimal 138 214 119
Hex 8A D6 77

RGB Percentages of Color #8ad677

%29.30
%45.44
%25.27

CMYK Percentages of Color #8ad677

%36
%0
%44
%16

Triadic Colors of #8ad677

#8ad677 #778ad6 #d6778a

Analogous Colors of #8ad677

#8ad677 #77d694 #bad677

Monochromatic Colors of #8ad677

#8ad677

Complementary Color

#8ad677 #c377d6

#8ad677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad677 Color CSS Codes

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

#8ad677 Text Font Color

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

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


#8ad677 Background Color

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

This div background color is #8ad677


#8ad677 Border Color

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

This div border color is #8ad677


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,214,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 #8ad677">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad677


Comments

No comments written yet.

Please login to write comment.