Color Hex Logo

#8ad174 Color Hex

#8AD174
(138,209,116)
0 Favorites   0 Comments

Color spaces of #8ad174

RGB 138209116
HSL0.290.500.64
HSV106°44°82°
CMYK 0.340.000.44   0.18
XYZ36.434152.265224.6909
Yxy52.26520.32130.4609
Hunter Lab72.2947-36.557630.3569
CIE-Lab77.4391-39.543239.1406

#8ad174 color RGB value is (138,209,116).

#8ad174 hex color red value is 138, green value is 209 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #8ad174 hue: 0.29 , saturation: 0.50 and the lightness value of 8ad174 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10001010 11010001 01110100
Octal 212 321 164
Decimal 138 209 116
Hex 8A D1 74

RGB Percentages of Color #8ad174

%29.81
%45.14
%25.05

CMYK Percentages of Color #8ad174

%34
%0
%44
%18

Triadic Colors of #8ad174

#8ad174 #748ad1 #d1748a

Analogous Colors of #8ad174

#8ad174 #74d18d #b9d174

Monochromatic Colors of #8ad174

#8ad174

Complementary Color

#8ad174 #bb74d1

#8ad174 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ad174 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ad174 Color CSS Codes

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

#8ad174 Text Font Color

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

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


#8ad174 Background Color

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

This div background color is #8ad174


#8ad174 Border Color

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

This div border color is #8ad174


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ad174


Comments

No comments written yet.

Please login to write comment.