Color Hex Logo

#accc5f Color Hex

#ACCC5F
(172,204,95)
0 Favorites   0 Comments

Color spaces of #accc5f

RGB 17220495
HSL0.220.520.59
HSV78°53°80°
CMYK 0.160.000.53   0.20
XYZ40.671752.782618.8709
Yxy52.78260.36210.4699
Hunter Lab72.6516-27.212835.4559
CIE-Lab77.7465-27.299550.1235

#accc5f color RGB value is (172,204,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 01011111
Octal 254 314 137
Decimal 172 204 95
Hex AC CC 5F

RGB Percentages of Color #accc5f

%36.52
%43.31
%20.17

CMYK Percentages of Color #accc5f

%16
%0
%53
%20

Triadic Colors of #accc5f

#accc5f #5faccc #cc5fac

Analogous Colors of #accc5f

#accc5f #76cc5f #ccb65f

Monochromatic Colors of #accc5f

#accc5f

Complementary Color

#accc5f #7f5fcc

#accc5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc5f Color CSS Codes

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

#accc5f Text Font Color

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

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


#accc5f Background Color

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

This div background color is #accc5f


#accc5f Border Color

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

This div border color is #accc5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc5f


Comments

No comments written yet.

Please login to write comment.