Color Hex Logo

#81dd6f Color Hex

#81DD6F
(129,221,111)
0 Favorites   0 Comments

Color spaces of #81dd6f

RGB 129221111
HSL0.310.620.65
HSV110°50°87°
CMYK 0.420.000.50   0.13
XYZ37.779057.527724.1517
Yxy57.52770.31630.4816
Hunter Lab75.8470-43.822434.2134
CIE-Lab80.4755-48.215745.2700

#81dd6f color RGB value is (129,221,111).

#81dd6f hex color red value is 129, green value is 221 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #81dd6f hue: 0.31 , saturation: 0.62 and the lightness value of 81dd6f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 11011101 01101111
Octal 201 335 157
Decimal 129 221 111
Hex 81 DD 6F

RGB Percentages of Color #81dd6f

%27.98
%47.94
%24.08

CMYK Percentages of Color #81dd6f

%42
%0
%50
%13

Triadic Colors of #81dd6f

#81dd6f #6f81dd #dd6f81

Analogous Colors of #81dd6f

#81dd6f #6fdd94 #b8dd6f

Monochromatic Colors of #81dd6f

#81dd6f

Complementary Color

#81dd6f #cb6fdd

#81dd6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81dd6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81dd6f Color CSS Codes

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

#81dd6f Text Font Color

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

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


#81dd6f Background Color

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

This div background color is #81dd6f


#81dd6f Border Color

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

This div border color is #81dd6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81dd6f


Comments

No comments written yet.

Please login to write comment.