Color Hex Logo

#ace17d Color Hex

#ACE17D
(172,225,125)
0 Favorites   0 Comments

Color spaces of #ace17d

RGB 172225125
HSL0.260.630.69
HSV92°44°88°
CMYK 0.240.000.44   0.12
XYZ47.640164.101829.2640
Yxy64.10180.33790.4546
Hunter Lab80.0636-33.898834.3735
CIE-Lab84.0187-33.940743.3773

#ace17d color RGB value is (172,225,125).

#ace17d hex color red value is 172, green value is 225 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #ace17d hue: 0.26 , saturation: 0.63 and the lightness value of ace17d is 0.69.

The process color (four color CMYK) of #ace17d color hex is 0.24, 0.00, 0.44, 0.12. Web safe color of #ace17d is #99cc66. Color #ace17d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 01111101
Octal 254 341 175
Decimal 172 225 125
Hex AC E1 7D

RGB Percentages of Color #ace17d

%32.95
%43.10
%23.95

CMYK Percentages of Color #ace17d

%24
%0
%44
%12

Triadic Colors of #ace17d

#ace17d #7dace1 #e17dac

Analogous Colors of #ace17d

#ace17d #7de180 #dee17d

Monochromatic Colors of #ace17d

#ace17d

Complementary Color

#ace17d #b27de1

#ace17d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace17d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace17d Color CSS Codes

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

#ace17d Text Font Color

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

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


#ace17d Background Color

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

This div background color is #ace17d


#ace17d Border Color

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

This div border color is #ace17d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace17d


Comments

No comments written yet.

Please login to write comment.