Color Hex Logo

#acc53d Color Hex

#ACC53D
(172,197,61)
0 Favorites   0 Comments

Color spaces of #acc53d

RGB 17219761
HSL0.200.540.51
HSV71°69°77°
CMYK 0.130.000.69   0.23
XYZ37.821849.040111.8871
Yxy49.04010.38300.4966
Hunter Lab70.0286-26.144038.9558
CIE-Lab75.4763-26.528562.1300

#acc53d color RGB value is (172,197,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 00111101
Octal 254 305 75
Decimal 172 197 61
Hex AC C5 3D

RGB Percentages of Color #acc53d

%40.00
%45.81
%14.19

CMYK Percentages of Color #acc53d

%13
%0
%69
%23

Triadic Colors of #acc53d

#acc53d #3dacc5 #c53dac

Analogous Colors of #acc53d

#acc53d #68c53d #c59a3d

Monochromatic Colors of #acc53d

#acc53d

Complementary Color

#acc53d #563dc5

#acc53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc53d Color CSS Codes

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

#acc53d Text Font Color

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

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


#acc53d Background Color

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

This div background color is #acc53d


#acc53d Border Color

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

This div border color is #acc53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc53d


Comments

No comments written yet.

Please login to write comment.