Color Hex Logo

#ace77f Color Hex

#ACE77F
(172,231,127)
0 Favorites   0 Comments

Color spaces of #ace77f

RGB 172231127
HSL0.260.680.70
HSV94°45°91°
CMYK 0.260.000.45   0.09
XYZ49.419967.454830.4940
Yxy67.45480.33530.4577
Hunter Lab82.1309-36.321835.4781
CIE-Lab85.7331-36.444544.5496

#ace77f color RGB value is (172,231,127).

#ace77f hex color red value is 172, green value is 231 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ace77f hue: 0.26 , saturation: 0.68 and the lightness value of ace77f is 0.70.

The process color (four color CMYK) of #ace77f color hex is 0.26, 0.00, 0.45, 0.09. Web safe color of #ace77f is #99ff66. Color #ace77f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100111 01111111
Octal 254 347 177
Decimal 172 231 127
Hex AC E7 7F

RGB Percentages of Color #ace77f

%32.45
%43.58
%23.96

CMYK Percentages of Color #ace77f

%26
%0
%45
%9

Triadic Colors of #ace77f

#ace77f #7face7 #e77fac

Analogous Colors of #ace77f

#ace77f #7fe786 #e0e77f

Monochromatic Colors of #ace77f

#ace77f

Complementary Color

#ace77f #ba7fe7

#ace77f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace77f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace77f Color CSS Codes

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

#ace77f Text Font Color

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

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


#ace77f Background Color

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

This div background color is #ace77f


#ace77f Border Color

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

This div border color is #ace77f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace77f


Comments

No comments written yet.

Please login to write comment.