Color Hex Logo

#acc400 Color Hex

#ACC400
(172,196,0)
0 Favorites   0 Comments

Color spaces of #acc400

RGB 1721960
HSL0.191.000.38
HSV67°100°77°
CMYK 0.120.001.00   0.23
XYZ36.753248.25057.3762
Yxy48.25050.39780.5223
Hunter Lab69.4626-27.113842.3278
CIE-Lab74.9827-27.897675.3360

#acc400 color RGB value is (172,196,0).

#acc400 hex color red value is 172, green value is 196 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #acc400 hue: 0.19 , saturation: 1.00 and the lightness value of acc400 is 0.38.

The process color (four color CMYK) of #acc400 color hex is 0.12, 0.00, 1.00, 0.23. Web safe color of #acc400 is #99cc00. Color #acc400 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 00000000
Octal 254 304 0
Decimal 172 196 0
Hex AC C4 0

RGB Percentages of Color #acc400

%46.74
%53.26
%0.00

CMYK Percentages of Color #acc400

%12
%0
%100
%23

Triadic Colors of #acc400

#acc400 #00acc4 #c400ac

Analogous Colors of #acc400

#acc400 #4ac400 #c47a00

Monochromatic Colors of #acc400

#acc400

Complementary Color

#acc400 #1800c4

#acc400 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc400 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc400 Color CSS Codes

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

#acc400 Text Font Color

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

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


#acc400 Background Color

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

This div background color is #acc400


#acc400 Border Color

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

This div border color is #acc400


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc400


Comments

No comments written yet.

Please login to write comment.