Color Hex Logo

#8dab2f Color Hex

#8DAB2F
(141,171,47)
0 Favorites   0 Comments

Color spaces of #8dab2f

RGB 14117147
HSL0.210.570.43
HSV75°73°67°
CMYK 0.180.000.73   0.33
XYZ26.060534.99388.0703
Yxy34.99380.37700.5062
Hunter Lab59.1556-24.885533.3202
CIE-Lab65.7438-27.517656.9259

#8dab2f color RGB value is (141,171,47).

#8dab2f hex color red value is 141, green value is 171 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #8dab2f hue: 0.21 , saturation: 0.57 and the lightness value of 8dab2f is 0.43.

The process color (four color CMYK) of #8dab2f color hex is 0.18, 0.00, 0.73, 0.33. Web safe color of #8dab2f is #999933. Color #8dab2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 10101011 00101111
Octal 215 253 57
Decimal 141 171 47
Hex 8D AB 2F

RGB Percentages of Color #8dab2f

%39.28
%47.63
%13.09

CMYK Percentages of Color #8dab2f

%18
%0
%73
%33

Triadic Colors of #8dab2f

#8dab2f #2f8dab #ab2f8d

Analogous Colors of #8dab2f

#8dab2f #4fab2f #ab8b2f

Monochromatic Colors of #8dab2f

#8dab2f

Complementary Color

#8dab2f #4d2fab

#8dab2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8dab2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8dab2f Color CSS Codes

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

#8dab2f Text Font Color

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

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


#8dab2f Background Color

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

This div background color is #8dab2f


#8dab2f Border Color

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

This div border color is #8dab2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8dab2f


Comments

No comments written yet.

Please login to write comment.