Color Hex Logo

#81dd3f Color Hex

#81DD3F
(129,221,63)
0 Favorites   0 Comments

Color spaces of #81dd3f

RGB 12922163
HSL0.260.700.56
HSV95°71°87°
CMYK 0.420.000.71   0.13
XYZ35.806956.738913.7671
Yxy56.73890.33680.5337
Hunter Lab75.3252-46.966741.8913
CIE-Lab80.0325-52.817865.1909

#81dd3f color RGB value is (129,221,63).

#81dd3f hex color red value is 129, green value is 221 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #81dd3f hue: 0.26 , saturation: 0.70 and the lightness value of 81dd3f is 0.56.

The process color (four color CMYK) of #81dd3f color hex is 0.42, 0.00, 0.71, 0.13. Web safe color of #81dd3f is #99cc33. Color #81dd3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011101 00111111
Octal 201 335 77
Decimal 129 221 63
Hex 81 DD 3F

RGB Percentages of Color #81dd3f

%31.23
%53.51
%15.25

CMYK Percentages of Color #81dd3f

%42
%0
%71
%13

Triadic Colors of #81dd3f

#81dd3f #3f81dd #dd3f81

Analogous Colors of #81dd3f

#81dd3f #3fdd4c #d0dd3f

Monochromatic Colors of #81dd3f

#81dd3f

Complementary Color

#81dd3f #9b3fdd

#81dd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81dd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81dd3f Color CSS Codes

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

#81dd3f Text Font Color

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

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


#81dd3f Background Color

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

This div background color is #81dd3f


#81dd3f Border Color

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

This div border color is #81dd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81dd3f


Comments

No comments written yet.

Please login to write comment.