Color Hex Logo

#acebac Color Hex

#ACEBAC
(172,235,172)
0 Favorites   0 Comments

Color spaces of #acebac

RGB 172235172
HSL0.330.610.80
HSV120°27°92°
CMYK 0.270.000.27   0.08
XYZ54.168071.165949.9112
Yxy71.16590.30910.4061
Hunter Lab84.3599-33.013823.9732
CIE-Lab87.5655-31.858424.3524

#acebac color RGB value is (172,235,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101011 10101100
Octal 254 353 254
Decimal 172 235 172
Hex AC EB AC

RGB Percentages of Color #acebac

%29.71
%40.59
%29.71

CMYK Percentages of Color #acebac

%27
%0
%27
%8

Triadic Colors of #acebac

#acebac #acaceb #ebacac

Analogous Colors of #acebac

#acebac #acebcc #ccebac

Monochromatic Colors of #acebac

#acebac

Complementary Color

#acebac #ebaceb

#acebac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acebac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acebac Color CSS Codes

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

#acebac Text Font Color

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

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


#acebac Background Color

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

This div background color is #acebac


#acebac Border Color

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

This div border color is #acebac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acebac


Comments

No comments written yet.

Please login to write comment.