Color Hex Logo

#aceaab Color Hex

#ACEAAB
(172,234,171)
0 Favorites   0 Comments

Color spaces of #aceaab

RGB 172234171
HSL0.330.600.79
HSV119°27°92°
CMYK 0.260.000.27   0.08
XYZ53.786870.556649.3120
Yxy70.55660.30970.4063
Hunter Lab83.9980-32.696823.9917
CIE-Lab87.2691-31.555524.4610

#aceaab color RGB value is (172,234,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 10101011
Octal 254 352 253
Decimal 172 234 171
Hex AC EA AB

RGB Percentages of Color #aceaab

%29.81
%40.55
%29.64

CMYK Percentages of Color #aceaab

%26
%0
%27
%8

Triadic Colors of #aceaab

#aceaab #abacea #eaabac

Analogous Colors of #aceaab

#aceaab #abeaca #cceaab

Monochromatic Colors of #aceaab

#aceaab

Complementary Color

#aceaab #e9abea

#aceaab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceaab Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceaab Color CSS Codes

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

#aceaab Text Font Color

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

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


#aceaab Background Color

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

This div background color is #aceaab


#aceaab Border Color

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

This div border color is #aceaab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceaab


Comments

No comments written yet.

Please login to write comment.