Color Hex Logo

#ace64f Color Hex

#ACE64F
(172,230,79)
0 Favorites   0 Comments

Color spaces of #ace64f

RGB 17223079
HSL0.230.750.61
HSV83°66°90°
CMYK 0.250.000.66   0.10
XYZ46.721465.928817.6602
Yxy65.92880.35850.5059
Hunter Lab81.1966-39.383143.9420
CIE-Lab84.9601-40.567964.9983

#ace64f color RGB value is (172,230,79).

#ace64f hex color red value is 172, green value is 230 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #ace64f hue: 0.23 , saturation: 0.75 and the lightness value of ace64f is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 01001111
Octal 254 346 117
Decimal 172 230 79
Hex AC E6 4F

RGB Percentages of Color #ace64f

%35.76
%47.82
%16.42

CMYK Percentages of Color #ace64f

%25
%0
%66
%10

Triadic Colors of #ace64f

#ace64f #4face6 #e64fac

Analogous Colors of #ace64f

#ace64f #60e64f #e6d54f

Monochromatic Colors of #ace64f

#ace64f

Complementary Color

#ace64f #894fe6

#ace64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace64f Color CSS Codes

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

#ace64f Text Font Color

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

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


#ace64f Background Color

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

This div background color is #ace64f


#ace64f Border Color

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

This div border color is #ace64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace64f


Comments

No comments written yet.

Please login to write comment.