Color Hex Logo

#ace9ae Color Hex

#ACE9AE
(172,233,174)
0 Favorites   0 Comments

Color spaces of #ace9ae

RGB 172233174
HSL0.340.580.79
HSV122°26°91°
CMYK 0.260.000.25   0.09
XYZ53.792270.104550.7408
Yxy70.10450.30800.4014
Hunter Lab83.7284-31.845622.6792
CIE-Lab87.0481-30.588922.6106

#ace9ae color RGB value is (172,233,174).

#ace9ae hex color red value is 172, green value is 233 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ace9ae hue: 0.34 , saturation: 0.58 and the lightness value of ace9ae is 0.79.

The process color (four color CMYK) of #ace9ae color hex is 0.26, 0.00, 0.25, 0.09. Web safe color of #ace9ae is #99ff99. Color #ace9ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 10101110
Octal 254 351 256
Decimal 172 233 174
Hex AC E9 AE

RGB Percentages of Color #ace9ae

%29.71
%40.24
%30.05

CMYK Percentages of Color #ace9ae

%26
%0
%25
%9

Triadic Colors of #ace9ae

#ace9ae #aeace9 #e9aeac

Analogous Colors of #ace9ae

#ace9ae #ace9cd #c9e9ac

Monochromatic Colors of #ace9ae

#ace9ae

Complementary Color

#ace9ae #e9ace7

#ace9ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace9ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace9ae Color CSS Codes

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

#ace9ae Text Font Color

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

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


#ace9ae Background Color

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

This div background color is #ace9ae


#ace9ae Border Color

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

This div border color is #ace9ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace9ae


Comments

No comments written yet.

Please login to write comment.