Color Hex Logo

#acdc8b Color Hex

#ACDC8B
(172,220,139)
0 Favorites   0 Comments

Color spaces of #acdc8b

RGB 172220139
HSL0.270.540.70
HSV96°37°86°
CMYK 0.220.000.37   0.14
XYZ47.266761.821133.8676
Yxy61.82110.33060.4325
Hunter Lab78.6264-30.289929.4999
CIE-Lab82.8182-29.806334.8662

#acdc8b color RGB value is (172,220,139).

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

The process color (four color CMYK) of #acdc8b color hex is 0.22, 0.00, 0.37, 0.14. Web safe color of #acdc8b is #99cc99. Color #acdc8b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11011100 10001011
Octal 254 334 213
Decimal 172 220 139
Hex AC DC 8B

RGB Percentages of Color #acdc8b

%32.39
%41.43
%26.18

CMYK Percentages of Color #acdc8b

%22
%0
%37
%14

Triadic Colors of #acdc8b

#acdc8b #8bacdc #dc8bac

Analogous Colors of #acdc8b

#acdc8b #8bdc93 #d5dc8b

Monochromatic Colors of #acdc8b

#acdc8b

Complementary Color

#acdc8b #bb8bdc

#acdc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acdc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acdc8b Color CSS Codes

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

#acdc8b Text Font Color

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

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


#acdc8b Background Color

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

This div background color is #acdc8b


#acdc8b Border Color

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

This div border color is #acdc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acdc8b


Comments

No comments written yet.

Please login to write comment.