Color Hex Logo

#acda82 Color Hex

#ACDA82
(172,218,130)
0 Favorites   0 Comments

Color spaces of #acda82

RGB 172218130
HSL0.250.540.68
HSV91°40°85°
CMYK 0.210.000.40   0.15
XYZ46.113960.525230.3712
Yxy60.52520.33660.4418
Hunter Lab77.7979-30.342431.3126
CIE-Lab82.1228-30.056138.5009

#acda82 color RGB value is (172,218,130).

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

The process color (four color CMYK) of #acda82 color hex is 0.21, 0.00, 0.40, 0.15. Web safe color of #acda82 is #99cc99. Color #acda82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 10000010
Octal 254 332 202
Decimal 172 218 130
Hex AC DA 82

RGB Percentages of Color #acda82

%33.08
%41.92
%25.00

CMYK Percentages of Color #acda82

%21
%0
%40
%15

Triadic Colors of #acda82

#acda82 #82acda #da82ac

Analogous Colors of #acda82

#acda82 #82da84 #d8da82

Monochromatic Colors of #acda82

#acda82

Complementary Color

#acda82 #b082da

#acda82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda82 Color CSS Codes

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

#acda82 Text Font Color

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

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


#acda82 Background Color

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

This div background color is #acda82


#acda82 Border Color

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

This div border color is #acda82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda82


Comments

No comments written yet.

Please login to write comment.