Color Hex Logo

#aceaa2 Color Hex

#ACEAA2
(172,234,162)
0 Favorites   0 Comments

Color spaces of #aceaa2

RGB 172234162
HSL0.310.630.78
HSV112°31°92°
CMYK 0.260.000.31   0.08
XYZ52.957770.224944.9460
Yxy70.22490.31500.4177
Hunter Lab83.8003-33.847226.8602
CIE-Lab87.1071-32.992928.8551

#aceaa2 color RGB value is (172,234,162).

#aceaa2 hex color red value is 172, green value is 234 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #aceaa2 hue: 0.31 , saturation: 0.63 and the lightness value of aceaa2 is 0.78.

The process color (four color CMYK) of #aceaa2 color hex is 0.26, 0.00, 0.31, 0.08. Web safe color of #aceaa2 is #99ff99. Color #aceaa2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 10100010
Octal 254 352 242
Decimal 172 234 162
Hex AC EA A2

RGB Percentages of Color #aceaa2

%30.28
%41.20
%28.52

CMYK Percentages of Color #aceaa2

%26
%0
%31
%8

Triadic Colors of #aceaa2

#aceaa2 #a2acea #eaa2ac

Analogous Colors of #aceaa2

#aceaa2 #a2eabc #d0eaa2

Monochromatic Colors of #aceaa2

#aceaa2

Complementary Color

#aceaa2 #e0a2ea

#aceaa2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceaa2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceaa2 Color CSS Codes

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

#aceaa2 Text Font Color

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

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


#aceaa2 Background Color

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

This div background color is #aceaa2


#aceaa2 Border Color

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

This div border color is #aceaa2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceaa2


Comments

No comments written yet.

Please login to write comment.