Color Hex Logo

#acd684 Color Hex

#ACD684
(172,214,132)
0 Favorites   0 Comments

Color spaces of #acd684

RGB 172214132
HSL0.250.500.68
HSV91°38°84°
CMYK 0.200.000.38   0.16
XYZ45.224758.529730.7436
Yxy58.52970.33620.4352
Hunter Lab76.5047-28.365429.7275
CIE-Lab81.0324-27.897736.0889

#acd684 color RGB value is (172,214,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010110 10000100
Octal 254 326 204
Decimal 172 214 132
Hex AC D6 84

RGB Percentages of Color #acd684

%33.20
%41.31
%25.48

CMYK Percentages of Color #acd684

%20
%0
%38
%16

Triadic Colors of #acd684

#acd684 #84acd6 #d684ac

Analogous Colors of #acd684

#acd684 #84d685 #d5d684

Monochromatic Colors of #acd684

#acd684

Complementary Color

#acd684 #ae84d6

#acd684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd684 Color CSS Codes

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

#acd684 Text Font Color

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

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


#acd684 Background Color

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

This div background color is #acd684


#acd684 Border Color

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

This div border color is #acd684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd684


Comments

No comments written yet.

Please login to write comment.