Color Hex Logo

#acc28f Color Hex

#ACC28F
(172,194,143)
0 Favorites   0 Comments

Color spaces of #acc28f

RGB 172194143
HSL0.240.290.66
HSV86°26°76°
CMYK 0.110.000.26   0.24
XYZ41.263049.337433.3349
Yxy49.33740.33290.3981
Hunter Lab70.2406-18.060821.0305
CIE-Lab75.6608-16.492223.2400

#acc28f color RGB value is (172,194,143).

#acc28f hex color red value is 172, green value is 194 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #acc28f hue: 0.24 , saturation: 0.29 and the lightness value of acc28f is 0.66.

The process color (four color CMYK) of #acc28f color hex is 0.11, 0.00, 0.26, 0.24. Web safe color of #acc28f is #99cc99. Color #acc28f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 10001111
Octal 254 302 217
Decimal 172 194 143
Hex AC C2 8F

RGB Percentages of Color #acc28f

%33.79
%38.11
%28.09

CMYK Percentages of Color #acc28f

%11
%0
%26
%24

Triadic Colors of #acc28f

#acc28f #8facc2 #c28fac

Analogous Colors of #acc28f

#acc28f #93c28f #c2bf8f

Monochromatic Colors of #acc28f

#acc28f

Complementary Color

#acc28f #a58fc2

#acc28f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc28f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc28f Color CSS Codes

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

#acc28f Text Font Color

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

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


#acc28f Background Color

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

This div background color is #acc28f


#acc28f Border Color

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

This div border color is #acc28f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc28f

#acc28f Color Palettes


Comments

No comments written yet.

Please login to write comment.