Color Hex Logo

#acc28a Color Hex

#ACC28A
(172,194,138)
0 Favorites   0 Comments

Color spaces of #acc28a

RGB 172194138
HSL0.230.310.65
HSV84°29°76°
CMYK 0.110.000.29   0.24
XYZ40.892549.189231.3840
Yxy49.18920.33670.4050
Hunter Lab70.1350-18.661122.5634
CIE-Lab75.5689-17.232725.7642

#acc28a color RGB value is (172,194,138).

#acc28a hex color red value is 172, green value is 194 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #acc28a hue: 0.23 , saturation: 0.31 and the lightness value of acc28a is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 10001010
Octal 254 302 212
Decimal 172 194 138
Hex AC C2 8A

RGB Percentages of Color #acc28a

%34.13
%38.49
%27.38

CMYK Percentages of Color #acc28a

%11
%0
%29
%24

Triadic Colors of #acc28a

#acc28a #8aacc2 #c28aac

Analogous Colors of #acc28a

#acc28a #90c28a #c2bc8a

Monochromatic Colors of #acc28a

#acc28a

Complementary Color

#acc28a #a08ac2

#acc28a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc28a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc28a Color CSS Codes

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

#acc28a Text Font Color

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

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


#acc28a Background Color

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

This div background color is #acc28a


#acc28a Border Color

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

This div border color is #acc28a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc28a


Comments

No comments written yet.

Please login to write comment.