Color Hex Logo

#ace27a Color Hex

#ACE27A
(172,226,122)
0 Favorites   0 Comments

Color spaces of #ace27a

RGB 172226122
HSL0.250.640.68
HSV91°46°89°
CMYK 0.240.000.46   0.11
XYZ47.722564.568528.3601
Yxy64.56850.33930.4591
Hunter Lab80.3545-34.609435.3225
CIE-Lab84.2609-34.755645.1376

#ace27a color RGB value is (172,226,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 01111010
Octal 254 342 172
Decimal 172 226 122
Hex AC E2 7A

RGB Percentages of Color #ace27a

%33.08
%43.46
%23.46

CMYK Percentages of Color #ace27a

%24
%0
%46
%11

Triadic Colors of #ace27a

#ace27a #7aace2 #e27aac

Analogous Colors of #ace27a

#ace27a #7ae27c #e0e27a

Monochromatic Colors of #ace27a

#ace27a

Complementary Color

#ace27a #b07ae2

#ace27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace27a Color CSS Codes

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

#ace27a Text Font Color

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

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


#ace27a Background Color

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

This div background color is #ace27a


#ace27a Border Color

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

This div border color is #ace27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace27a


Comments

No comments written yet.

Please login to write comment.