Color Hex Logo

#accc7f Color Hex

#ACCC7F
(172,204,127)
0 Favorites   0 Comments

Color spaces of #accc7f

RGB 172204127
HSL0.240.430.65
HSV85°38°80°
CMYK 0.160.000.38   0.20
XYZ42.436953.488728.1664
Yxy53.48870.34200.4310
Hunter Lab73.1360-24.413928.3612
CIE-Lab78.1626-23.719534.9149

#accc7f color RGB value is (172,204,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 01111111
Octal 254 314 177
Decimal 172 204 127
Hex AC CC 7F

RGB Percentages of Color #accc7f

%34.19
%40.56
%25.25

CMYK Percentages of Color #accc7f

%16
%0
%38
%20

Triadic Colors of #accc7f

#accc7f #7faccc #cc7fac

Analogous Colors of #accc7f

#accc7f #86cc7f #ccc67f

Monochromatic Colors of #accc7f

#accc7f

Complementary Color

#accc7f #9f7fcc

#accc7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc7f Color CSS Codes

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

#accc7f Text Font Color

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

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


#accc7f Background Color

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

This div background color is #accc7f


#accc7f Border Color

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

This div border color is #accc7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc7f


Comments

No comments written yet.

Please login to write comment.