Color Hex Logo

#81ffad Color Hex

#81FFAD
(129,255,173)
0 Favorites   0 Comments

Color spaces of #81ffad

RGB 129255173
HSL0.391.000.75
HSV141°49°100°
CMYK 0.490.000.32   0.00
XYZ52.356179.204352.0637
Yxy79.20430.28510.4313
Hunter Lab88.9968-50.734327.6127
CIE-Lab91.3267-52.744728.6514

#81ffad color RGB value is (129,255,173).

#81ffad hex color red value is 129, green value is 255 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #81ffad hue: 0.39 , saturation: 1.00 and the lightness value of 81ffad is 0.75.

The process color (four color CMYK) of #81ffad color hex is 0.49, 0.00, 0.32, 0.00. Web safe color of #81ffad is #99ff99. Color #81ffad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 11111111 10101101
Octal 201 377 255
Decimal 129 255 173
Hex 81 FF AD

RGB Percentages of Color #81ffad

%23.16
%45.78
%31.06

CMYK Percentages of Color #81ffad

%49
%0
%32
%0

Triadic Colors of #81ffad

#81ffad #ad81ff #ffad81

Analogous Colors of #81ffad

#81ffad #81ffec #94ff81

Monochromatic Colors of #81ffad

#81ffad

Complementary Color

#81ffad #ff81d3

#81ffad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81ffad Color Preview on White Background

Lorem ipsum dolor sit amet.

#81ffad Color CSS Codes

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

#81ffad Text Font Color

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

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


#81ffad Background Color

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

This div background color is #81ffad


#81ffad Border Color

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

This div border color is #81ffad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81ffad

Related Colors

#81ffad Color Palettes


Comments

No comments written yet.

Please login to write comment.