Color Hex Logo

#acd38a Color Hex

#ACD38A
(172,211,138)
0 Favorites   0 Comments

Color spaces of #acd38a

RGB 172211138
HSL0.260.450.68
HSV92°35°83°
CMYK 0.180.000.35   0.17
XYZ44.895057.194232.7181
Yxy57.19420.33300.4243
Hunter Lab75.6268-26.382527.2884
CIE-Lab80.2887-25.643032.0558

#acd38a color RGB value is (172,211,138).

#acd38a hex color red value is 172, green value is 211 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #acd38a hue: 0.26 , saturation: 0.45 and the lightness value of acd38a is 0.68.

The process color (four color CMYK) of #acd38a color hex is 0.18, 0.00, 0.35, 0.17. Web safe color of #acd38a is #99cc99. Color #acd38a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 10001010
Octal 254 323 212
Decimal 172 211 138
Hex AC D3 8A

RGB Percentages of Color #acd38a

%33.01
%40.50
%26.49

CMYK Percentages of Color #acd38a

%18
%0
%35
%17

Triadic Colors of #acd38a

#acd38a #8aacd3 #d38aac

Analogous Colors of #acd38a

#acd38a #8ad38d #d1d38a

Monochromatic Colors of #acd38a

#acd38a

Complementary Color

#acd38a #b18ad3

#acd38a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd38a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd38a Color CSS Codes

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

#acd38a Text Font Color

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

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


#acd38a Background Color

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

This div background color is #acd38a


#acd38a Border Color

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

This div border color is #acd38a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd38a


Comments

No comments written yet.

Please login to write comment.