Color Hex Logo

#ace161 Color Hex

#ACE161
(172,225,97)
0 Favorites   0 Comments

Color spaces of #ace161

RGB 17222597
HSL0.240.680.63
HSV85°57°88°
CMYK 0.240.000.57   0.12
XYZ46.096163.484221.1334
Yxy63.48420.35260.4857
Hunter Lab79.6770-36.165840.0479
CIE-Lab83.6965-36.889756.0928

#ace161 color RGB value is (172,225,97).

#ace161 hex color red value is 172, green value is 225 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #ace161 hue: 0.24 , saturation: 0.68 and the lightness value of ace161 is 0.63.

The process color (four color CMYK) of #ace161 color hex is 0.24, 0.00, 0.57, 0.12. Web safe color of #ace161 is #99cc66. Color #ace161 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 01100001
Octal 254 341 141
Decimal 172 225 97
Hex AC E1 61

RGB Percentages of Color #ace161

%34.82
%45.55
%19.64

CMYK Percentages of Color #ace161

%24
%0
%57
%12

Triadic Colors of #ace161

#ace161 #61ace1 #e161ac

Analogous Colors of #ace161

#ace161 #6ce161 #e1d661

Monochromatic Colors of #ace161

#ace161

Complementary Color

#ace161 #9661e1

#ace161 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace161 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace161 Color CSS Codes

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

#ace161 Text Font Color

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

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


#ace161 Background Color

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

This div background color is #ace161


#ace161 Border Color

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

This div border color is #ace161


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace161


Comments

No comments written yet.

Please login to write comment.