Color Hex Logo

#acd392 Color Hex

#ACD392
(172,211,146)
0 Favorites   0 Comments

Color spaces of #acd392

RGB 172211146
HSL0.270.420.70
HSV96°31°83°
CMYK 0.180.000.31   0.17
XYZ45.495857.434535.8822
Yxy57.43450.32780.4138
Hunter Lab75.7856-25.467124.9778
CIE-Lab80.4234-24.494128.1018

#acd392 color RGB value is (172,211,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010011 10010010
Octal 254 323 222
Decimal 172 211 146
Hex AC D3 92

RGB Percentages of Color #acd392

%32.51
%39.89
%27.60

CMYK Percentages of Color #acd392

%18
%0
%31
%17

Triadic Colors of #acd392

#acd392 #92acd3 #d392ac

Analogous Colors of #acd392

#acd392 #92d399 #cdd392

Monochromatic Colors of #acd392

#acd392

Complementary Color

#acd392 #b992d3

#acd392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd392 Color CSS Codes

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

#acd392 Text Font Color

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

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


#acd392 Background Color

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

This div background color is #acd392


#acd392 Border Color

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

This div border color is #acd392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd392


Comments

No comments written yet.

Please login to write comment.