Color Hex Logo

#acc296 Color Hex

#ACC296
(172,194,150)
0 Favorites   0 Comments

Color spaces of #acc296

RGB 172194150
HSL0.250.270.67
HSV90°23°76°
CMYK 0.110.000.23   0.24
XYZ41.810149.556236.2158
Yxy49.55620.32770.3884
Hunter Lab70.3962-17.177518.7752
CIE-Lab75.7960-15.409519.6969

#acc296 color RGB value is (172,194,150).

#acc296 hex color red value is 172, green value is 194 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #acc296 hue: 0.25 , saturation: 0.27 and the lightness value of acc296 is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000010 10010110
Octal 254 302 226
Decimal 172 194 150
Hex AC C2 96

RGB Percentages of Color #acc296

%33.33
%37.60
%29.07

CMYK Percentages of Color #acc296

%11
%0
%23
%24

Triadic Colors of #acc296

#acc296 #96acc2 #c296ac

Analogous Colors of #acc296

#acc296 #96c296 #c2c296

Monochromatic Colors of #acc296

#acc296

Complementary Color

#acc296 #ac96c2

#acc296 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc296 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc296 Color CSS Codes

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

#acc296 Text Font Color

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

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


#acc296 Background Color

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

This div background color is #acc296


#acc296 Border Color

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

This div border color is #acc296


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc296


Comments

No comments written yet.

Please login to write comment.