Color Hex Logo

#81d70e Color Hex

#81D70E
(129,215,14)
0 Favorites   0 Comments

Color spaces of #81d70e

RGB 12921514
HSL0.240.880.45
HSV86°93°84°
CMYK 0.400.000.93   0.16
XYZ33.433053.29978.9412
Yxy53.29970.34940.5571
Hunter Lab73.0066-46.018543.8433
CIE-Lab78.0516-52.442975.2268

#81d70e color RGB value is (129,215,14).

#81d70e hex color red value is 129, green value is 215 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #81d70e hue: 0.24 , saturation: 0.88 and the lightness value of 81d70e is 0.45.

The process color (four color CMYK) of #81d70e color hex is 0.40, 0.00, 0.93, 0.16. Web safe color of #81d70e is #99cc00. Color #81d70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11010111 00001110
Octal 201 327 16
Decimal 129 215 14
Hex 81 D7 E

RGB Percentages of Color #81d70e

%36.03
%60.06
%3.91

CMYK Percentages of Color #81d70e

%40
%0
%93
%16

Triadic Colors of #81d70e

#81d70e #0e81d7 #d70e81

Analogous Colors of #81d70e

#81d70e #1dd70e #d7c90e

Monochromatic Colors of #81d70e

#81d70e

Complementary Color

#81d70e #640ed7

#81d70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81d70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#81d70e Color CSS Codes

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

#81d70e Text Font Color

<p style="color:#81d70e">Text here</p>

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


#81d70e Background Color

<div style="background-color:#81d70e">
Div content here</div>

This div background color is #81d70e


#81d70e Border Color

<div style="border:3px solid #81d70e">
Div here</div>

This div border color is #81d70e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,215,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #81d70e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #81d70e;
  -webkit-box-shadow: 1px 1px 3px 2px #81d70e;
  box-shadow:         1px 1px 3px 2px #81d70e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81d70e


Comments

No comments written yet.

Please login to write comment.