Color Hex Logo

#acda9a Color Hex

#ACDA9A
(172,218,154)
0 Favorites   0 Comments

Color spaces of #acda9a

RGB 172218154
HSL0.290.460.73
HSV103°29°85°
CMYK 0.210.000.29   0.15
XYZ47.917461.246639.8681
Yxy61.24660.32150.4110
Hunter Lab78.2602-27.662824.5780
CIE-Lab82.5111-26.673326.7647

#acda9a color RGB value is (172,218,154).

#acda9a hex color red value is 172, green value is 218 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #acda9a hue: 0.29 , saturation: 0.46 and the lightness value of acda9a is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 10011010
Octal 254 332 232
Decimal 172 218 154
Hex AC DA 9A

RGB Percentages of Color #acda9a

%31.62
%40.07
%28.31

CMYK Percentages of Color #acda9a

%21
%0
%29
%15

Triadic Colors of #acda9a

#acda9a #9aacda #da9aac

Analogous Colors of #acda9a

#acda9a #9adaa8 #ccda9a

Monochromatic Colors of #acda9a

#acda9a

Complementary Color

#acda9a #c89ada

#acda9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda9a Color CSS Codes

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

#acda9a Text Font Color

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

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


#acda9a Background Color

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

This div background color is #acda9a


#acda9a Border Color

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

This div border color is #acda9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda9a


Comments

No comments written yet.

Please login to write comment.