Color Hex Logo

#8da670 Color Hex

#8DA670
(141,166,112)
0 Favorites   0 Comments

Color spaces of #8da670

RGB 141166112
HSL0.240.230.55
HSV88°33°65°
CMYK 0.150.000.33   0.35
XYZ27.545434.105020.4604
Yxy34.10500.33550.4154
Hunter Lab58.3995-18.005720.1072
CIE-Lab65.0458-18.453225.1790

#8da670 color RGB value is (141,166,112).

#8da670 hex color red value is 141, green value is 166 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #8da670 hue: 0.24 , saturation: 0.23 and the lightness value of 8da670 is 0.55.

The process color (four color CMYK) of #8da670 color hex is 0.15, 0.00, 0.33, 0.35. Web safe color of #8da670 is #999966. Color #8da670 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10100110 01110000
Octal 215 246 160
Decimal 141 166 112
Hex 8D A6 70

RGB Percentages of Color #8da670

%33.65
%39.62
%26.73

CMYK Percentages of Color #8da670

%15
%0
%33
%35

Triadic Colors of #8da670

#8da670 #708da6 #a6708d

Analogous Colors of #8da670

#8da670 #72a670 #a6a470

Monochromatic Colors of #8da670

#8da670

Complementary Color

#8da670 #8970a6

#8da670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8da670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8da670 Color CSS Codes

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

#8da670 Text Font Color

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

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


#8da670 Background Color

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

This div background color is #8da670


#8da670 Border Color

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

This div border color is #8da670


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(141,166,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8da670; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8da670;
  -webkit-box-shadow: 1px 1px 3px 2px #8da670;
  box-shadow:         1px 1px 3px 2px #8da670; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,166,112, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8da670


Comments

No comments written yet.

Please login to write comment.