Color Hex Logo

#acc530 Color Hex

#ACC530
(172,197,48)
0 Favorites   0 Comments

Color spaces of #acc530

RGB 17219748
HSL0.190.610.48
HSV70°76°77°
CMYK 0.130.000.76   0.23
XYZ37.513048.916610.2610
Yxy48.91660.38800.5059
Hunter Lab69.9404-26.656040.2598
CIE-Lab75.3994-27.200966.5715

#acc530 color RGB value is (172,197,48).

#acc530 hex color red value is 172, green value is 197 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #acc530 hue: 0.19 , saturation: 0.61 and the lightness value of acc530 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 00110000
Octal 254 305 60
Decimal 172 197 48
Hex AC C5 30

RGB Percentages of Color #acc530

%41.25
%47.24
%11.51

CMYK Percentages of Color #acc530

%13
%0
%76
%23

Triadic Colors of #acc530

#acc530 #30acc5 #c530ac

Analogous Colors of #acc530

#acc530 #62c530 #c59430

Monochromatic Colors of #acc530

#acc530

Complementary Color

#acc530 #4930c5

#acc530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc530 Color CSS Codes

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

#acc530 Text Font Color

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

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


#acc530 Background Color

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

This div background color is #acc530


#acc530 Border Color

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

This div border color is #acc530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc530


Comments

No comments written yet.

Please login to write comment.