Color Hex Logo

#aceaad Color Hex

#ACEAAD
(172,234,173)
0 Favorites   0 Comments

Color spaces of #aceaad

RGB 172234173
HSL0.340.600.80
HSV121°26°92°
CMYK 0.260.000.26   0.08
XYZ53.978970.633450.3238
Yxy70.63340.30860.4038
Hunter Lab84.0437-32.430923.3288
CIE-Lab87.3066-31.225223.4822

#aceaad color RGB value is (172,234,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 10101101
Octal 254 352 255
Decimal 172 234 173
Hex AC EA AD

RGB Percentages of Color #aceaad

%29.71
%40.41
%29.88

CMYK Percentages of Color #aceaad

%26
%0
%26
%8

Triadic Colors of #aceaad

#aceaad #adacea #eaadac

Analogous Colors of #aceaad

#aceaad #aceacc #caeaac

Monochromatic Colors of #aceaad

#aceaad

Complementary Color

#aceaad #eaace9

#aceaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceaad Color CSS Codes

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

#aceaad Text Font Color

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

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


#aceaad Background Color

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

This div background color is #aceaad


#aceaad Border Color

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

This div border color is #aceaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceaad


Comments

No comments written yet.

Please login to write comment.