Color Hex Logo

#acda8d Color Hex

#ACDA8D
(172,218,141)
0 Favorites   0 Comments

Color spaces of #acda8d

RGB 172218141
HSL0.270.510.70
HSV96°35°85°
CMYK 0.210.000.35   0.15
XYZ46.892460.836634.4704
Yxy60.83660.32980.4278
Hunter Lab77.9978-29.181728.3958
CIE-Lab82.2908-28.581633.1577

#acda8d color RGB value is (172,218,141).

#acda8d hex color red value is 172, green value is 218 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #acda8d hue: 0.27 , saturation: 0.51 and the lightness value of acda8d is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 10001101
Octal 254 332 215
Decimal 172 218 141
Hex AC DA 8D

RGB Percentages of Color #acda8d

%32.39
%41.05
%26.55

CMYK Percentages of Color #acda8d

%21
%0
%35
%15

Triadic Colors of #acda8d

#acda8d #8dacda #da8dac

Analogous Colors of #acda8d

#acda8d #8dda95 #d3da8d

Monochromatic Colors of #acda8d

#acda8d

Complementary Color

#acda8d #bb8dda

#acda8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda8d Color CSS Codes

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

#acda8d Text Font Color

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

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


#acda8d Background Color

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

This div background color is #acda8d


#acda8d Border Color

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

This div border color is #acda8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda8d


Comments

No comments written yet.

Please login to write comment.