Color Hex Logo

#acd861 Color Hex

#ACD861
(172,216,97)
0 Favorites   0 Comments

Color spaces of #acd861

RGB 17221697
HSL0.230.600.61
HSV82°55°85°
CMYK 0.200.000.55   0.15
XYZ43.726858.745520.3436
Yxy58.74550.35600.4783
Hunter Lab76.6456-32.294537.9149
CIE-Lab81.1515-32.769153.1658

#acd861 color RGB value is (172,216,97).

#acd861 hex color red value is 172, green value is 216 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #acd861 hue: 0.23 , saturation: 0.60 and the lightness value of acd861 is 0.61.

The process color (four color CMYK) of #acd861 color hex is 0.20, 0.00, 0.55, 0.15. Web safe color of #acd861 is #99cc66. Color #acd861 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011000 01100001
Octal 254 330 141
Decimal 172 216 97
Hex AC D8 61

RGB Percentages of Color #acd861

%35.46
%44.54
%20.00

CMYK Percentages of Color #acd861

%20
%0
%55
%15

Triadic Colors of #acd861

#acd861 #61acd8 #d861ac

Analogous Colors of #acd861

#acd861 #71d861 #d8c961

Monochromatic Colors of #acd861

#acd861

Complementary Color

#acd861 #8d61d8

#acd861 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd861 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd861 Color CSS Codes

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

#acd861 Text Font Color

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

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


#acd861 Background Color

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

This div background color is #acd861


#acd861 Border Color

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

This div border color is #acd861


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,216,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd861


Comments

No comments written yet.

Please login to write comment.