Color Hex Logo

#acd483 Color Hex

#ACD483
(172,212,131)
0 Favorites   0 Comments

Color spaces of #acd483

RGB 172212131
HSL0.250.490.67
HSV90°38°83°
CMYK 0.190.000.38   0.17
XYZ44.653557.496330.2171
Yxy57.49630.33730.4344
Hunter Lab75.8263-27.578929.4511
CIE-Lab80.4579-27.071935.8517

#acd483 color RGB value is (172,212,131).

#acd483 hex color red value is 172, green value is 212 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #acd483 hue: 0.25 , saturation: 0.49 and the lightness value of acd483 is 0.67.

The process color (four color CMYK) of #acd483 color hex is 0.19, 0.00, 0.38, 0.17. Web safe color of #acd483 is #99cc99. Color #acd483 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11010100 10000011
Octal 254 324 203
Decimal 172 212 131
Hex AC D4 83

RGB Percentages of Color #acd483

%33.40
%41.17
%25.44

CMYK Percentages of Color #acd483

%19
%0
%38
%17

Triadic Colors of #acd483

#acd483 #83acd4 #d483ac

Analogous Colors of #acd483

#acd483 #84d483 #d4d483

Monochromatic Colors of #acd483

#acd483

Complementary Color

#acd483 #ab83d4

#acd483 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acd483 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acd483 Color CSS Codes

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

#acd483 Text Font Color

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

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


#acd483 Background Color

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

This div background color is #acd483


#acd483 Border Color

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

This div border color is #acd483


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acd483


Comments

No comments written yet.

Please login to write comment.