Color Hex Logo

#accc64 Color Hex

#ACCC64
(172,204,100)
0 Favorites   0 Comments

Color spaces of #accc64

RGB 172204100
HSL0.220.500.60
HSV78°51°80°
CMYK 0.160.000.51   0.20
XYZ40.906452.876520.1068
Yxy52.87650.35920.4643
Hunter Lab72.7162-26.838534.5071
CIE-Lab77.8020-26.815647.8362

#accc64 color RGB value is (172,204,100).

#accc64 hex color red value is 172, green value is 204 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #accc64 hue: 0.22 , saturation: 0.50 and the lightness value of accc64 is 0.60.

The process color (four color CMYK) of #accc64 color hex is 0.16, 0.00, 0.51, 0.20. Web safe color of #accc64 is #99cc66. Color #accc64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 01100100
Octal 254 314 144
Decimal 172 204 100
Hex AC CC 64

RGB Percentages of Color #accc64

%36.13
%42.86
%21.01

CMYK Percentages of Color #accc64

%16
%0
%51
%20

Triadic Colors of #accc64

#accc64 #64accc #cc64ac

Analogous Colors of #accc64

#accc64 #78cc64 #ccb864

Monochromatic Colors of #accc64

#accc64

Complementary Color

#accc64 #8464cc

#accc64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc64 Color CSS Codes

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

#accc64 Text Font Color

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

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


#accc64 Background Color

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

This div background color is #accc64


#accc64 Border Color

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

This div border color is #accc64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc64


Comments

No comments written yet.

Please login to write comment.