Color Hex Logo

#accc1f Color Hex

#ACCC1F
(172,204,31)
0 Favorites   0 Comments

Color spaces of #accc1f

RGB 17220431
HSL0.200.740.46
HSV71°85°80°
CMYK 0.160.000.85   0.20
XYZ38.853452.05539.2962
Yxy52.05530.38770.5195
Hunter Lab72.1494-30.136742.8652
CIE-Lab77.3139-31.135672.8193

#accc1f color RGB value is (172,204,31).

#accc1f hex color red value is 172, green value is 204 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #accc1f hue: 0.20 , saturation: 0.74 and the lightness value of accc1f is 0.46.

The process color (four color CMYK) of #accc1f color hex is 0.16, 0.00, 0.85, 0.20. Web safe color of #accc1f is #99cc33. Color #accc1f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 00011111
Octal 254 314 37
Decimal 172 204 31
Hex AC CC 1F

RGB Percentages of Color #accc1f

%42.26
%50.12
%7.62

CMYK Percentages of Color #accc1f

%16
%0
%85
%20

Triadic Colors of #accc1f

#accc1f #1faccc #cc1fac

Analogous Colors of #accc1f

#accc1f #56cc1f #cc961f

Monochromatic Colors of #accc1f

#accc1f

Complementary Color

#accc1f #3f1fcc

#accc1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc1f Color CSS Codes

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

#accc1f Text Font Color

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

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


#accc1f Background Color

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

This div background color is #accc1f


#accc1f Border Color

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

This div border color is #accc1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc1f


Comments

No comments written yet.

Please login to write comment.