Color Hex Logo

#aced6a Color Hex

#ACED6A
(172,237,106)
0 Favorites   0 Comments

Color spaces of #aced6a

RGB 172237106
HSL0.250.780.67
HSV90°55°93°
CMYK 0.270.000.55   0.07
XYZ49.899070.379624.5903
Yxy70.37960.34440.4858
Hunter Lab83.8926-40.640841.3459
CIE-Lab87.1827-41.397756.1057

#aced6a color RGB value is (172,237,106).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 01101010
Octal 254 355 152
Decimal 172 237 106
Hex AC ED 6A

RGB Percentages of Color #aced6a

%33.40
%46.02
%20.58

CMYK Percentages of Color #aced6a

%27
%0
%55
%7

Triadic Colors of #aced6a

#aced6a #6aaced #ed6aac

Analogous Colors of #aced6a

#aced6a #6bed6a #eded6a

Monochromatic Colors of #aced6a

#aced6a

Complementary Color

#aced6a #ab6aed

#aced6a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aced6a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aced6a Color CSS Codes

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

#aced6a Text Font Color

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

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


#aced6a Background Color

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

This div background color is #aced6a


#aced6a Border Color

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

This div border color is #aced6a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aced6a


Comments

No comments written yet.

Please login to write comment.