Color Hex Logo

#accc80 Color Hex

#ACCC80
(172,204,128)
0 Favorites   0 Comments

Color spaces of #accc80

RGB 172204128
HSL0.240.430.65
HSV85°37°80°
CMYK 0.160.000.37   0.20
XYZ42.502453.514928.5114
Yxy53.51490.34130.4297
Hunter Lab73.1539-24.310828.0997
CIE-Lab78.1780-23.589234.4232

#accc80 color RGB value is (172,204,128).

#accc80 hex color red value is 172, green value is 204 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #accc80 hue: 0.24 , saturation: 0.43 and the lightness value of accc80 is 0.65.

The process color (four color CMYK) of #accc80 color hex is 0.16, 0.00, 0.37, 0.20. Web safe color of #accc80 is #99cc99. Color #accc80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 10000000
Octal 254 314 200
Decimal 172 204 128
Hex AC CC 80

RGB Percentages of Color #accc80

%34.13
%40.48
%25.40

CMYK Percentages of Color #accc80

%16
%0
%37
%20

Triadic Colors of #accc80

#accc80 #80accc #cc80ac

Analogous Colors of #accc80

#accc80 #86cc80 #ccc680

Monochromatic Colors of #accc80

#accc80

Complementary Color

#accc80 #a080cc

#accc80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc80 Color CSS Codes

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

#accc80 Text Font Color

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

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


#accc80 Background Color

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

This div background color is #accc80


#accc80 Border Color

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

This div border color is #accc80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc80


Comments

No comments written yet.

Please login to write comment.