Color Hex Logo

#aceeaa Color Hex

#ACEEAA
(172,238,170)
0 Favorites   0 Comments

Color spaces of #aceeaa

RGB 172238170
HSL0.330.670.80
HSV118°29°93°
CMYK 0.280.000.29   0.07
XYZ54.843572.822049.1957
Yxy72.82200.31010.4117
Hunter Lab85.3358-34.619525.5547
CIE-Lab88.3628-33.578626.4674

#aceeaa color RGB value is (172,238,170).

#aceeaa hex color red value is 172, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #aceeaa hue: 0.33 , saturation: 0.67 and the lightness value of aceeaa is 0.80.

The process color (four color CMYK) of #aceeaa color hex is 0.28, 0.00, 0.29, 0.07. Web safe color of #aceeaa is #99ff99. Color #aceeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 10101010
Octal 254 356 252
Decimal 172 238 170
Hex AC EE AA

RGB Percentages of Color #aceeaa

%29.66
%41.03
%29.31

CMYK Percentages of Color #aceeaa

%28
%0
%29
%7

Triadic Colors of #aceeaa

#aceeaa #aaacee #eeaaac

Analogous Colors of #aceeaa

#aceeaa #aaeeca #ceeeaa

Monochromatic Colors of #aceeaa

#aceeaa

Complementary Color

#aceeaa #ecaaee

#aceeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceeaa Color CSS Codes

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

#aceeaa Text Font Color

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

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


#aceeaa Background Color

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

This div background color is #aceeaa


#aceeaa Border Color

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

This div border color is #aceeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceeaa


Comments

No comments written yet.

Please login to write comment.