Color Hex Logo

#ace5ae Color Hex

#ACE5AE
(172,229,174)
0 Favorites   0 Comments

Color spaces of #ace5ae

RGB 172229174
HSL0.340.520.79
HSV122°25°90°
CMYK 0.250.000.24   0.10
XYZ52.672667.865350.3676
Yxy67.86530.30820.3971
Hunter Lab82.3804-30.035921.4162
CIE-Lab85.9390-28.698121.0795

#ace5ae color RGB value is (172,229,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100101 10101110
Octal 254 345 256
Decimal 172 229 174
Hex AC E5 AE

RGB Percentages of Color #ace5ae

%29.91
%39.83
%30.26

CMYK Percentages of Color #ace5ae

%25
%0
%24
%10

Triadic Colors of #ace5ae

#ace5ae #aeace5 #e5aeac

Analogous Colors of #ace5ae

#ace5ae #ace5cb #c7e5ac

Monochromatic Colors of #ace5ae

#ace5ae

Complementary Color

#ace5ae #e5ace3

#ace5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace5ae Color CSS Codes

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

#ace5ae Text Font Color

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

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


#ace5ae Background Color

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

This div background color is #ace5ae


#ace5ae Border Color

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

This div border color is #ace5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace5ae


Comments

No comments written yet.

Please login to write comment.