Color Hex Logo

#aceda9 Color Hex

#ACEDA9
(172,237,169)
0 Favorites   0 Comments

Color spaces of #aceda9

RGB 172237169
HSL0.330.650.80
HSV117°29°93°
CMYK 0.270.000.29   0.07
XYZ54.458972.203648.6025
Yxy72.20360.31070.4120
Hunter Lab84.9727-34.301825.5683
CIE-Lab88.0665-33.276926.5759

#aceda9 color RGB value is (172,237,169).

#aceda9 hex color red value is 172, green value is 237 and the blue value of its RGB is 169. Cylindrical-coordinate representations (also known as HSL) of color #aceda9 hue: 0.33 , saturation: 0.65 and the lightness value of aceda9 is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101101 10101001
Octal 254 355 251
Decimal 172 237 169
Hex AC ED A9

RGB Percentages of Color #aceda9

%29.76
%41.00
%29.24

CMYK Percentages of Color #aceda9

%27
%0
%29
%7

Triadic Colors of #aceda9

#aceda9 #a9aced #eda9ac

Analogous Colors of #aceda9

#aceda9 #a9edc8 #ceeda9

Monochromatic Colors of #aceda9

#aceda9

Complementary Color

#aceda9 #eaa9ed

#aceda9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceda9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceda9 Color CSS Codes

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

#aceda9 Text Font Color

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

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


#aceda9 Background Color

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

This div background color is #aceda9


#aceda9 Border Color

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

This div border color is #aceda9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceda9


Comments

No comments written yet.

Please login to write comment.