Color Hex Logo

#acc50d Color Hex

#ACC50D
(172,197,13)
0 Favorites   0 Comments

Color spaces of #acc50d

RGB 17219713
HSL0.190.880.41
HSV68°93°77°
CMYK 0.130.000.93   0.23
XYZ37.052248.73227.8342
Yxy48.73220.39580.5205
Hunter Lab69.8085-27.422442.2121
CIE-Lab75.2844-28.213174.2026

#acc50d color RGB value is (172,197,13).

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

The process color (four color CMYK) of #acc50d color hex is 0.13, 0.00, 0.93, 0.23. Web safe color of #acc50d is #99cc00. Color #acc50d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 00001101
Octal 254 305 15
Decimal 172 197 13
Hex AC C5 D

RGB Percentages of Color #acc50d

%45.03
%51.57
%3.40

CMYK Percentages of Color #acc50d

%13
%0
%93
%23

Triadic Colors of #acc50d

#acc50d #0dacc5 #c50dac

Analogous Colors of #acc50d

#acc50d #50c50d #c5820d

Monochromatic Colors of #acc50d

#acc50d

Complementary Color

#acc50d #260dc5

#acc50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc50d Color CSS Codes

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

#acc50d Text Font Color

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

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


#acc50d Background Color

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

This div background color is #acc50d


#acc50d Border Color

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

This div border color is #acc50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc50d


Comments

No comments written yet.

Please login to write comment.