Color Hex Logo

#acc528 Color Hex

#ACC528
(172,197,40)
0 Favorites   0 Comments

Color spaces of #acc528

RGB 17219740
HSL0.190.660.46
HSV70°80°77°
CMYK 0.130.000.80   0.23
XYZ37.362548.85649.4685
Yxy48.85640.39050.5106
Hunter Lab69.8974-26.906140.8966
CIE-Lab75.3619-27.530368.9130

#acc528 color RGB value is (172,197,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 00101000
Octal 254 305 50
Decimal 172 197 40
Hex AC C5 28

RGB Percentages of Color #acc528

%42.05
%48.17
%9.78

CMYK Percentages of Color #acc528

%13
%0
%80
%23

Triadic Colors of #acc528

#acc528 #28acc5 #c528ac

Analogous Colors of #acc528

#acc528 #5ec528 #c59028

Monochromatic Colors of #acc528

#acc528

Complementary Color

#acc528 #4128c5

#acc528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc528 Color CSS Codes

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

#acc528 Text Font Color

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

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


#acc528 Background Color

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

This div background color is #acc528


#acc528 Border Color

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

This div border color is #acc528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc528


Comments

No comments written yet.

Please login to write comment.