Color Hex Logo

#aceeac Color Hex

#ACEEAC
(172,238,172)
0 Favorites   0 Comments

Color spaces of #aceeac

RGB 172238172
HSL0.330.660.80
HSV120°28°93°
CMYK 0.280.000.28   0.07
XYZ55.034272.898350.1999
Yxy72.89830.30900.4092
Hunter Lab85.3805-34.359124.9065
CIE-Lab88.3992-33.253725.4930

#aceeac color RGB value is (172,238,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101110 10101100
Octal 254 356 254
Decimal 172 238 172
Hex AC EE AC

RGB Percentages of Color #aceeac

%29.55
%40.89
%29.55

CMYK Percentages of Color #aceeac

%28
%0
%28
%7

Triadic Colors of #aceeac

#aceeac #acacee #eeacac

Analogous Colors of #aceeac

#aceeac #aceecd #cdeeac

Monochromatic Colors of #aceeac

#aceeac

Complementary Color

#aceeac #eeacee

#aceeac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aceeac Color Preview on White Background

Lorem ipsum dolor sit amet.

#aceeac Color CSS Codes

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

#aceeac Text Font Color

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

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


#aceeac Background Color

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

This div background color is #aceeac


#aceeac Border Color

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

This div border color is #aceeac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aceeac


Comments

No comments written yet.

Please login to write comment.