Color Hex Logo

#ace27f Color Hex

#ACE27F
(172,226,127)
0 Favorites   0 Comments

Color spaces of #ace27f

RGB 172226127
HSL0.260.630.69
HSV93°44°89°
CMYK 0.240.000.44   0.11
XYZ48.040464.695730.0342
Yxy64.69570.33650.4531
Hunter Lab80.4336-34.146634.1645
CIE-Lab84.3267-34.158742.7857

#ace27f color RGB value is (172,226,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 01111111
Octal 254 342 177
Decimal 172 226 127
Hex AC E2 7F

RGB Percentages of Color #ace27f

%32.76
%43.05
%24.19

CMYK Percentages of Color #ace27f

%24
%0
%44
%11

Triadic Colors of #ace27f

#ace27f #7face2 #e27fac

Analogous Colors of #ace27f

#ace27f #7fe284 #dee27f

Monochromatic Colors of #ace27f

#ace27f

Complementary Color

#ace27f #b57fe2

#ace27f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace27f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace27f Color CSS Codes

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

#ace27f Text Font Color

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

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


#ace27f Background Color

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

This div background color is #ace27f


#ace27f Border Color

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

This div border color is #ace27f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace27f


Comments

No comments written yet.

Please login to write comment.