Color Hex Logo

#aced6c Color Hex

#ACED6C
(172,237,108)
0 Favorites   0 Comments

Color spaces of #aced6c

RGB 172237108
HSL0.250.780.68
HSV90°54°93°
CMYK 0.270.000.54   0.07
XYZ50.004270.421725.1446
Yxy70.42170.34350.4838
Hunter Lab83.9176-40.492740.9770
CIE-Lab87.2033-41.203155.2328

#aced6c color RGB value is (172,237,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 01101100
Octal 254 355 154
Decimal 172 237 108
Hex AC ED 6C

RGB Percentages of Color #aced6c

%33.27
%45.84
%20.89

CMYK Percentages of Color #aced6c

%27
%0
%54
%7

Triadic Colors of #aced6c

#aced6c #6caced #ed6cac

Analogous Colors of #aced6c

#aced6c #6ced6d #eded6c

Monochromatic Colors of #aced6c

#aced6c

Complementary Color

#aced6c #ad6ced

#aced6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aced6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aced6c Color CSS Codes

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

#aced6c Text Font Color

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

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


#aced6c Background Color

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

This div background color is #aced6c


#aced6c Border Color

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

This div border color is #aced6c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aced6c


Comments

No comments written yet.

Please login to write comment.