Color Hex Logo

#acc526 Color Hex

#ACC526
(172,197,38)
0 Favorites   0 Comments

Color spaces of #acc526

RGB 17219738
HSL0.190.680.46
HSV69°81°77°
CMYK 0.130.000.81   0.23
XYZ37.329448.84319.2939
Yxy48.84310.39100.5116
Hunter Lab69.8878-26.961041.0369
CIE-Lab75.3536-27.602869.4468

#acc526 color RGB value is (172,197,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 00100110
Octal 254 305 46
Decimal 172 197 38
Hex AC C5 26

RGB Percentages of Color #acc526

%42.26
%48.40
%9.34

CMYK Percentages of Color #acc526

%13
%0
%81
%23

Triadic Colors of #acc526

#acc526 #26acc5 #c526ac

Analogous Colors of #acc526

#acc526 #5dc526 #c58f26

Monochromatic Colors of #acc526

#acc526

Complementary Color

#acc526 #3f26c5

#acc526 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc526 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc526 Color CSS Codes

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

#acc526 Text Font Color

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

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


#acc526 Background Color

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

This div background color is #acc526


#acc526 Border Color

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

This div border color is #acc526


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc526


Comments

No comments written yet.

Please login to write comment.