Color Hex Logo

#ace78d Color Hex

#ACE78D
(172,231,141)
0 Favorites   0 Comments

Color spaces of #ace78d

RGB 172231141
HSL0.280.650.73
HSV99°39°91°
CMYK 0.260.000.39   0.09
XYZ50.396967.845635.6386
Yxy67.84560.32750.4409
Hunter Lab82.3684-34.930032.0047
CIE-Lab85.9292-34.657437.9079

#ace78d color RGB value is (172,231,141).

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

The process color (four color CMYK) of #ace78d color hex is 0.26, 0.00, 0.39, 0.09. Web safe color of #ace78d is #99ff99. Color #ace78d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100111 10001101
Octal 254 347 215
Decimal 172 231 141
Hex AC E7 8D

RGB Percentages of Color #ace78d

%31.62
%42.46
%25.92

CMYK Percentages of Color #ace78d

%26
%0
%39
%9

Triadic Colors of #ace78d

#ace78d #8dace7 #e78dac

Analogous Colors of #ace78d

#ace78d #8de79b #d9e78d

Monochromatic Colors of #ace78d

#ace78d

Complementary Color

#ace78d #c88de7

#ace78d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace78d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace78d Color CSS Codes

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

#ace78d Text Font Color

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

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


#ace78d Background Color

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

This div background color is #ace78d


#ace78d Border Color

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

This div border color is #ace78d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,231,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 #ace78d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace78d


Comments

No comments written yet.

Please login to write comment.