Color Hex Logo

#aced56 Color Hex

#ACED56
(172,237,86)
0 Favorites   0 Comments

Color spaces of #aced56

RGB 17223786
HSL0.240.810.63
HSV86°64°93°
CMYK 0.270.000.64   0.07
XYZ48.977270.010919.7362
Yxy70.01090.35310.5047
Hunter Lab83.6725-41.943044.5858
CIE-Lab87.0022-43.118964.4027

#aced56 color RGB value is (172,237,86).

#aced56 hex color red value is 172, green value is 237 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #aced56 hue: 0.24 , saturation: 0.81 and the lightness value of aced56 is 0.63.

The process color (four color CMYK) of #aced56 color hex is 0.27, 0.00, 0.64, 0.07. Web safe color of #aced56 is #99ff66. Color #aced56 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 01010110
Octal 254 355 126
Decimal 172 237 86
Hex AC ED 56

RGB Percentages of Color #aced56

%34.75
%47.88
%17.37

CMYK Percentages of Color #aced56

%27
%0
%64
%7

Triadic Colors of #aced56

#aced56 #56aced #ed56ac

Analogous Colors of #aced56

#aced56 #61ed56 #ede356

Monochromatic Colors of #aced56

#aced56

Complementary Color

#aced56 #9756ed

#aced56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aced56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aced56 Color CSS Codes

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

#aced56 Text Font Color

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

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


#aced56 Background Color

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

This div background color is #aced56


#aced56 Border Color

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

This div border color is #aced56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aced56


Comments

No comments written yet.

Please login to write comment.