Color Hex Logo

#aced82 Color Hex

#ACED82
(172,237,130)
0 Favorites   0 Comments

Color spaces of #aced82

RGB 172237130
HSL0.270.750.72
HSV96°45°93°
CMYK 0.270.000.45   0.07
XYZ51.326770.950732.1088
Yxy70.95070.33250.4596
Hunter Lab84.2322-38.637936.3616
CIE-Lab87.4611-38.786745.2587

#aced82 color RGB value is (172,237,130).

#aced82 hex color red value is 172, green value is 237 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #aced82 hue: 0.27 , saturation: 0.75 and the lightness value of aced82 is 0.72.

The process color (four color CMYK) of #aced82 color hex is 0.27, 0.00, 0.45, 0.07. Web safe color of #aced82 is #99ff99. Color #aced82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10000010
Octal 254 355 202
Decimal 172 237 130
Hex AC ED 82

RGB Percentages of Color #aced82

%31.91
%43.97
%24.12

CMYK Percentages of Color #aced82

%27
%0
%45
%7

Triadic Colors of #aced82

#aced82 #82aced #ed82ac

Analogous Colors of #aced82

#aced82 #82ed8e #e2ed82

Monochromatic Colors of #aced82

#aced82

Complementary Color

#aced82 #c382ed

#aced82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aced82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aced82 Color CSS Codes

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

#aced82 Text Font Color

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

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


#aced82 Background Color

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

This div background color is #aced82


#aced82 Border Color

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

This div border color is #aced82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aced82


Comments

No comments written yet.

Please login to write comment.