Color Hex Logo

#acceac Color Hex

#ACCEAC
(172,206,172)
0 Favorites   0 Comments

Color spaces of #acceac

RGB 172206172
HSL0.330.260.74
HSV120°17°81°
CMYK 0.170.000.17   0.19
XYZ46.531055.891847.3655
Yxy55.89180.31060.3731
Hunter Lab74.7608-19.733414.7688
CIE-Lab79.5522-17.794813.2040

#acceac color RGB value is (172,206,172).

#acceac hex color red value is 172, green value is 206 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #acceac hue: 0.33 , saturation: 0.26 and the lightness value of acceac is 0.74.

The process color (four color CMYK) of #acceac color hex is 0.17, 0.00, 0.17, 0.19. Web safe color of #acceac is #99cc99. Color #acceac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001110 10101100
Octal 254 316 254
Decimal 172 206 172
Hex AC CE AC

RGB Percentages of Color #acceac

%31.27
%37.45
%31.27

CMYK Percentages of Color #acceac

%17
%0
%17
%19

Triadic Colors of #acceac

#acceac #acacce #ceacac

Analogous Colors of #acceac

#acceac #accebd #bdceac

Monochromatic Colors of #acceac

#acceac

Complementary Color

#acceac #ceacce

#acceac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acceac Color Preview on White Background

Lorem ipsum dolor sit amet.

#acceac Color CSS Codes

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

#acceac Text Font Color

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

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


#acceac Background Color

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

This div background color is #acceac


#acceac Border Color

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

This div border color is #acceac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acceac

#acceac Color Palettes


Comments

No comments written yet.

Please login to write comment.