Color Hex Logo

#acc164 Color Hex

#ACC164
(172,193,100)
0 Favorites   0 Comments

Color spaces of #acc164

RGB 172193100
HSL0.200.430.57
HSV74°48°76°
CMYK 0.110.000.48   0.24
XYZ38.383547.830719.2658
Yxy47.83070.36390.4535
Hunter Lab69.1597-21.962531.8954
CIE-Lab74.7180-21.448644.1295

#acc164 color RGB value is (172,193,100).

#acc164 hex color red value is 172, green value is 193 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #acc164 hue: 0.20 , saturation: 0.43 and the lightness value of acc164 is 0.57.

The process color (four color CMYK) of #acc164 color hex is 0.11, 0.00, 0.48, 0.24. Web safe color of #acc164 is #99cc66. Color #acc164 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 01100100
Octal 254 301 144
Decimal 172 193 100
Hex AC C1 64

RGB Percentages of Color #acc164

%36.99
%41.51
%21.51

CMYK Percentages of Color #acc164

%11
%0
%48
%24

Triadic Colors of #acc164

#acc164 #64acc1 #c164ac

Analogous Colors of #acc164

#acc164 #7ec164 #c1a864

Monochromatic Colors of #acc164

#acc164

Complementary Color

#acc164 #7964c1

#acc164 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc164 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc164 Color CSS Codes

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

#acc164 Text Font Color

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

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


#acc164 Background Color

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

This div background color is #acc164


#acc164 Border Color

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

This div border color is #acc164


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc164


Comments

No comments written yet.

Please login to write comment.