Color Hex Logo

#ace2ab Color Hex

#ACE2AB
(172,226,171)
0 Favorites   0 Comments

Color spaces of #ace2ab

RGB 172226171
HSL0.330.490.78
HSV119°24°89°
CMYK 0.240.000.24   0.11
XYZ51.560366.103648.5698
Yxy66.10360.31020.3977
Hunter Lab81.3041-29.083621.4940
CIE-Lab85.0492-27.774121.4080

#ace2ab color RGB value is (172,226,171).

#ace2ab hex color red value is 172, green value is 226 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ace2ab hue: 0.33 , saturation: 0.49 and the lightness value of ace2ab is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 10101011
Octal 254 342 253
Decimal 172 226 171
Hex AC E2 AB

RGB Percentages of Color #ace2ab

%30.23
%39.72
%30.05

CMYK Percentages of Color #ace2ab

%24
%0
%24
%11

Triadic Colors of #ace2ab

#ace2ab #abace2 #e2abac

Analogous Colors of #ace2ab

#ace2ab #abe2c6 #c8e2ab

Monochromatic Colors of #ace2ab

#ace2ab

Complementary Color

#ace2ab #e1abe2

#ace2ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace2ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace2ab Color CSS Codes

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

#ace2ab Text Font Color

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

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


#ace2ab Background Color

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

This div background color is #ace2ab


#ace2ab Border Color

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

This div border color is #ace2ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace2ab


Comments

No comments written yet.

Please login to write comment.