Color Hex Logo

#ace664 Color Hex

#ACE664
(172,230,100)
0 Favorites   0 Comments

Color spaces of #ace664

RGB 172230100
HSL0.240.720.65
HSV87°57°90°
CMYK 0.250.000.57   0.10
XYZ47.610366.284422.3414
Yxy66.28440.34950.4865
Hunter Lab81.4152-38.092840.7207
CIE-Lab85.1413-38.862156.4183

#ace664 color RGB value is (172,230,100).

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

The process color (four color CMYK) of #ace664 color hex is 0.25, 0.00, 0.57, 0.10. Web safe color of #ace664 is #99ff66. Color #ace664 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 01100100
Octal 254 346 144
Decimal 172 230 100
Hex AC E6 64

RGB Percentages of Color #ace664

%34.26
%45.82
%19.92

CMYK Percentages of Color #ace664

%25
%0
%57
%10

Triadic Colors of #ace664

#ace664 #64ace6 #e664ac

Analogous Colors of #ace664

#ace664 #6be664 #e6df64

Monochromatic Colors of #ace664

#ace664

Complementary Color

#ace664 #9e64e6

#ace664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace664 Color CSS Codes

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

#ace664 Text Font Color

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

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


#ace664 Background Color

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

This div background color is #ace664


#ace664 Border Color

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

This div border color is #ace664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace664


Comments

No comments written yet.

Please login to write comment.