Color Hex Logo

#ace68d Color Hex

#ACE68D
(172,230,141)
0 Favorites   0 Comments

Color spaces of #ace68d

RGB 172230141
HSL0.280.640.73
HSV99°39°90°
CMYK 0.250.000.39   0.10
XYZ50.117867.287435.5456
Yxy67.28740.32770.4399
Hunter Lab82.0289-34.491131.7281
CIE-Lab85.6489-34.197737.5446

#ace68d color RGB value is (172,230,141).

#ace68d hex color red value is 172, green value is 230 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #ace68d hue: 0.28 , saturation: 0.64 and the lightness value of ace68d is 0.73.

The process color (four color CMYK) of #ace68d color hex is 0.25, 0.00, 0.39, 0.10. Web safe color of #ace68d is #99ff99. Color #ace68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 10001101
Octal 254 346 215
Decimal 172 230 141
Hex AC E6 8D

RGB Percentages of Color #ace68d

%31.68
%42.36
%25.97

CMYK Percentages of Color #ace68d

%25
%0
%39
%10

Triadic Colors of #ace68d

#ace68d #8dace6 #e68dac

Analogous Colors of #ace68d

#ace68d #8de69b #d9e68d

Monochromatic Colors of #ace68d

#ace68d

Complementary Color

#ace68d #c78de6

#ace68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace68d Color CSS Codes

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

#ace68d Text Font Color

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

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


#ace68d Background Color

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

This div background color is #ace68d


#ace68d Border Color

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

This div border color is #ace68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace68d


Comments

No comments written yet.

Please login to write comment.