Color Hex Logo

#ace164 Color Hex

#ACE164
(172,225,100)
0 Favorites   0 Comments

Color spaces of #ace164

RGB 172225100
HSL0.240.680.64
HSV85°56°88°
CMYK 0.240.000.56   0.12
XYZ46.238763.541221.8842
Yxy63.54120.35120.4826
Hunter Lab79.7127-35.955439.5215
CIE-Lab83.7263-36.613654.7889

#ace164 color RGB value is (172,225,100).

#ace164 hex color red value is 172, green value is 225 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ace164 hue: 0.24 , saturation: 0.68 and the lightness value of ace164 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 01100100
Octal 254 341 144
Decimal 172 225 100
Hex AC E1 64

RGB Percentages of Color #ace164

%34.61
%45.27
%20.12

CMYK Percentages of Color #ace164

%24
%0
%56
%12

Triadic Colors of #ace164

#ace164 #64ace1 #e164ac

Analogous Colors of #ace164

#ace164 #6ee164 #e1d864

Monochromatic Colors of #ace164

#ace164

Complementary Color

#ace164 #9964e1

#ace164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace164 Color CSS Codes

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

#ace164 Text Font Color

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

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


#ace164 Background Color

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

This div background color is #ace164


#ace164 Border Color

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

This div border color is #ace164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace164


Comments

No comments written yet.

Please login to write comment.