Color Hex Logo

#acc535 Color Hex

#ACC535
(172,197,53)
0 Favorites   0 Comments

Color spaces of #acc535

RGB 17219753
HSL0.200.580.49
HSV70°73°77°
CMYK 0.130.000.73   0.23
XYZ37.622148.960210.8355
Yxy48.96020.38620.5026
Hunter Lab69.9716-26.474939.7987
CIE-Lab75.4266-26.962764.9505

#acc535 color RGB value is (172,197,53).

#acc535 hex color red value is 172, green value is 197 and the blue value of its RGB is 53. Cylindrical-coordinate representations (also known as HSL) of color #acc535 hue: 0.20 , saturation: 0.58 and the lightness value of acc535 is 0.49.

The process color (four color CMYK) of #acc535 color hex is 0.13, 0.00, 0.73, 0.23. Web safe color of #acc535 is #99cc33. Color #acc535 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 00110101
Octal 254 305 65
Decimal 172 197 53
Hex AC C5 35

RGB Percentages of Color #acc535

%40.76
%46.68
%12.56

CMYK Percentages of Color #acc535

%13
%0
%73
%23

Triadic Colors of #acc535

#acc535 #35acc5 #c535ac

Analogous Colors of #acc535

#acc535 #64c535 #c59635

Monochromatic Colors of #acc535

#acc535

Complementary Color

#acc535 #4e35c5

#acc535 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc535 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc535 Color CSS Codes

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

#acc535 Text Font Color

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

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


#acc535 Background Color

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

This div background color is #acc535


#acc535 Border Color

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

This div border color is #acc535


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc535


Comments

No comments written yet.

Please login to write comment.