Color Hex Logo

#acc538 Color Hex

#ACC538
(172,197,56)
0 Favorites   0 Comments

Color spaces of #acc538

RGB 17219756
HSL0.200.560.50
HSV71°72°77°
CMYK 0.130.000.72   0.23
XYZ37.693348.988711.2105
Yxy48.98870.38500.5004
Hunter Lab69.9919-26.356939.4980
CIE-Lab75.4443-26.807763.9240

#acc538 color RGB value is (172,197,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 00111000
Octal 254 305 70
Decimal 172 197 56
Hex AC C5 38

RGB Percentages of Color #acc538

%40.47
%46.35
%13.18

CMYK Percentages of Color #acc538

%13
%0
%72
%23

Triadic Colors of #acc538

#acc538 #38acc5 #c538ac

Analogous Colors of #acc538

#acc538 #66c538 #c59838

Monochromatic Colors of #acc538

#acc538

Complementary Color

#acc538 #5138c5

#acc538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc538 Color CSS Codes

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

#acc538 Text Font Color

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

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


#acc538 Background Color

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

This div background color is #acc538


#acc538 Border Color

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

This div border color is #acc538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc538


Comments

No comments written yet.

Please login to write comment.