Color Hex Logo

#8df481 Color Hex

#8DF481
(141,244,129)
0 Favorites   0 Comments

Color spaces of #8df481

RGB 141244129
HSL0.320.840.73
HSV114°47°96°
CMYK 0.420.000.47   0.04
XYZ47.297671.949132.1636
Yxy71.94910.31240.4752
Hunter Lab84.8228-48.907536.8940
CIE-Lab87.9441-51.814446.0158

#8df481 color RGB value is (141,244,129).

#8df481 hex color red value is 141, green value is 244 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #8df481 hue: 0.32 , saturation: 0.84 and the lightness value of 8df481 is 0.73.

The process color (four color CMYK) of #8df481 color hex is 0.42, 0.00, 0.47, 0.04. Web safe color of #8df481 is #99ff99. Color #8df481 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 11110100 10000001
Octal 215 364 201
Decimal 141 244 129
Hex 8D F4 81

RGB Percentages of Color #8df481

%27.43
%47.47
%25.10

CMYK Percentages of Color #8df481

%42
%0
%47
%4

Triadic Colors of #8df481

#8df481 #818df4 #f4818d

Analogous Colors of #8df481

#8df481 #81f4af #c7f481

Monochromatic Colors of #8df481

#8df481

Complementary Color

#8df481 #e881f4

#8df481 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8df481 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8df481 Color CSS Codes

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

#8df481 Text Font Color

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

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


#8df481 Background Color

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

This div background color is #8df481


#8df481 Border Color

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

This div border color is #8df481


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8df481


Comments

No comments written yet.

Please login to write comment.