Color Hex Logo

#acd38b Color Hex

#ACD38B
(172,211,139)
0 Favorites   0 Comments

Color spaces of #acd38b

RGB 172211139
HSL0.260.450.69
HSV93°34°83°
CMYK 0.180.000.34   0.17
XYZ44.967757.223333.1012
Yxy57.22330.33240.4230
Hunter Lab75.6461-26.271627.0082
CIE-Lab80.3050-25.503331.5631

#acd38b color RGB value is (172,211,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 10001011
Octal 254 323 213
Decimal 172 211 139
Hex AC D3 8B

RGB Percentages of Color #acd38b

%32.95
%40.42
%26.63

CMYK Percentages of Color #acd38b

%18
%0
%34
%17

Triadic Colors of #acd38b

#acd38b #8bacd3 #d38bac

Analogous Colors of #acd38b

#acd38b #8bd38e #d0d38b

Monochromatic Colors of #acd38b

#acd38b

Complementary Color

#acd38b #b28bd3

#acd38b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd38b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd38b Color CSS Codes

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

#acd38b Text Font Color

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

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


#acd38b Background Color

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

This div background color is #acd38b


#acd38b Border Color

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

This div border color is #acd38b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,211,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 #acd38b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd38b


Comments

No comments written yet.

Please login to write comment.