Color Hex Logo

#acd681 Color Hex

#ACD681
(172,214,129)
0 Favorites   0 Comments

Color spaces of #acd681

RGB 172214129
HSL0.250.510.67
HSV90°40°84°
CMYK 0.200.000.40   0.16
XYZ45.022358.448829.6777
Yxy58.44880.33810.4390
Hunter Lab76.4518-28.672430.5006
CIE-Lab80.9877-28.288137.5460

#acd681 color RGB value is (172,214,129).

#acd681 hex color red value is 172, green value is 214 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #acd681 hue: 0.25 , saturation: 0.51 and the lightness value of acd681 is 0.67.

The process color (four color CMYK) of #acd681 color hex is 0.20, 0.00, 0.40, 0.16. Web safe color of #acd681 is #99cc99. Color #acd681 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 10000001
Octal 254 326 201
Decimal 172 214 129
Hex AC D6 81

RGB Percentages of Color #acd681

%33.40
%41.55
%25.05

CMYK Percentages of Color #acd681

%20
%0
%40
%16

Triadic Colors of #acd681

#acd681 #81acd6 #d681ac

Analogous Colors of #acd681

#acd681 #82d681 #d6d681

Monochromatic Colors of #acd681

#acd681

Complementary Color

#acd681 #ab81d6

#acd681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd681 Color CSS Codes

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

#acd681 Text Font Color

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

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


#acd681 Background Color

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

This div background color is #acd681


#acd681 Border Color

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

This div border color is #acd681


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(172,214,129, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #acd681; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #acd681;
  -webkit-box-shadow: 1px 1px 3px 2px #acd681;
  box-shadow:         1px 1px 3px 2px #acd681; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,214,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 #acd681">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd681


Comments

No comments written yet.

Please login to write comment.