Color Hex Logo

#ace0ae Color Hex

#ACE0AE
(172,224,174)
0 Favorites   0 Comments

Color spaces of #ace0ae

RGB 172224174
HSL0.340.460.78
HSV122°23°88°
CMYK 0.230.000.22   0.12
XYZ51.308965.138049.9130
Yxy65.13800.30840.3915
Hunter Lab80.7081-27.760719.8285
CIE-Lab84.5548-26.306819.1596

#ace0ae color RGB value is (172,224,174).

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

The process color (four color CMYK) of #ace0ae color hex is 0.23, 0.00, 0.22, 0.12. Web safe color of #ace0ae is #99cc99. Color #ace0ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100000 10101110
Octal 254 340 256
Decimal 172 224 174
Hex AC E0 AE

RGB Percentages of Color #ace0ae

%30.18
%39.30
%30.53

CMYK Percentages of Color #ace0ae

%23
%0
%22
%12

Triadic Colors of #ace0ae

#ace0ae #aeace0 #e0aeac

Analogous Colors of #ace0ae

#ace0ae #ace0c8 #c4e0ac

Monochromatic Colors of #ace0ae

#ace0ae

Complementary Color

#ace0ae #e0acde

#ace0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace0ae Color CSS Codes

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

#ace0ae Text Font Color

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

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


#ace0ae Background Color

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

This div background color is #ace0ae


#ace0ae Border Color

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

This div border color is #ace0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace0ae


Comments

No comments written yet.

Please login to write comment.