Color Hex Logo

#acda8f Color Hex

#ACDA8F
(172,218,143)
0 Favorites   0 Comments

Color spaces of #acda8f

RGB 172218143
HSL0.270.500.71
HSV97°34°85°
CMYK 0.210.000.34   0.15
XYZ47.042660.896635.2614
Yxy60.89660.32850.4253
Hunter Lab78.0363-28.958327.8347
CIE-Lab82.3231-28.299532.1786

#acda8f color RGB value is (172,218,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011010 10001111
Octal 254 332 217
Decimal 172 218 143
Hex AC DA 8F

RGB Percentages of Color #acda8f

%32.27
%40.90
%26.83

CMYK Percentages of Color #acda8f

%21
%0
%34
%15

Triadic Colors of #acda8f

#acda8f #8facda #da8fac

Analogous Colors of #acda8f

#acda8f #8fda98 #d2da8f

Monochromatic Colors of #acda8f

#acda8f

Complementary Color

#acda8f #bd8fda

#acda8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acda8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acda8f Color CSS Codes

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

#acda8f Text Font Color

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

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


#acda8f Background Color

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

This div background color is #acda8f


#acda8f Border Color

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

This div border color is #acda8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acda8f


Comments

No comments written yet.

Please login to write comment.