Color Hex Logo

#acc430 Color Hex

#ACC430
(172,196,48)
0 Favorites   0 Comments

Color spaces of #acc430

RGB 17219648
HSL0.190.610.48
HSV70°76°77°
CMYK 0.120.000.76   0.23
XYZ37.286748.463910.1856
Yxy48.46390.38870.5052
Hunter Lab69.6160-26.222540.0564
CIE-Lab75.1166-26.720866.3074

#acc430 color RGB value is (172,196,48).

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

The process color (four color CMYK) of #acc430 color hex is 0.12, 0.00, 0.76, 0.23. Web safe color of #acc430 is #99cc33. Color #acc430 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 00110000
Octal 254 304 60
Decimal 172 196 48
Hex AC C4 30

RGB Percentages of Color #acc430

%41.35
%47.12
%11.54

CMYK Percentages of Color #acc430

%12
%0
%76
%23

Triadic Colors of #acc430

#acc430 #30acc4 #c430ac

Analogous Colors of #acc430

#acc430 #62c430 #c49230

Monochromatic Colors of #acc430

#acc430

Complementary Color

#acc430 #4830c4

#acc430 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc430 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc430 Color CSS Codes

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

#acc430 Text Font Color

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

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


#acc430 Background Color

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

This div background color is #acc430


#acc430 Border Color

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

This div border color is #acc430


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc430


Comments

No comments written yet.

Please login to write comment.