Color Hex Logo

#acc064 Color Hex

#ACC064
(172,192,100)
0 Favorites   0 Comments

Color spaces of #acc064

RGB 172192100
HSL0.200.420.57
HSV73°48°75°
CMYK 0.100.000.48   0.25
XYZ38.163147.390019.1924
Yxy47.39000.36430.4524
Hunter Lab68.8404-21.515531.6585
CIE-Lab74.4385-20.952743.7905

#acc064 color RGB value is (172,192,100).

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

The process color (four color CMYK) of #acc064 color hex is 0.10, 0.00, 0.48, 0.25. Web safe color of #acc064 is #99cc66. Color #acc064 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 01100100
Octal 254 300 144
Decimal 172 192 100
Hex AC C0 64

RGB Percentages of Color #acc064

%37.07
%41.38
%21.55

CMYK Percentages of Color #acc064

%10
%0
%48
%25

Triadic Colors of #acc064

#acc064 #64acc0 #c064ac

Analogous Colors of #acc064

#acc064 #7ec064 #c0a664

Monochromatic Colors of #acc064

#acc064

Complementary Color

#acc064 #7864c0

#acc064 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc064 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc064 Color CSS Codes

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

#acc064 Text Font Color

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

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


#acc064 Background Color

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

This div background color is #acc064


#acc064 Border Color

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

This div border color is #acc064


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc064


Comments

No comments written yet.

Please login to write comment.