Color Hex Logo

#acc473 Color Hex

#ACC473
(172,196,115)
0 Favorites   0 Comments

Color spaces of #acc473

RGB 172196115
HSL0.220.410.61
HSV78°41°77°
CMYK 0.120.000.41   0.23
XYZ39.847749.488323.6717
Yxy49.48830.35260.4379
Hunter Lab70.3479-21.999829.2928
CIE-Lab75.7541-21.273637.9371

#acc473 color RGB value is (172,196,115).

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

The process color (four color CMYK) of #acc473 color hex is 0.12, 0.00, 0.41, 0.23. Web safe color of #acc473 is #99cc66. Color #acc473 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 01110011
Octal 254 304 163
Decimal 172 196 115
Hex AC C4 73

RGB Percentages of Color #acc473

%35.61
%40.58
%23.81

CMYK Percentages of Color #acc473

%12
%0
%41
%23

Triadic Colors of #acc473

#acc473 #73acc4 #c473ac

Analogous Colors of #acc473

#acc473 #84c473 #c4b473

Monochromatic Colors of #acc473

#acc473

Complementary Color

#acc473 #8b73c4

#acc473 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc473 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc473 Color CSS Codes

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

#acc473 Text Font Color

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

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


#acc473 Background Color

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

This div background color is #acc473


#acc473 Border Color

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

This div border color is #acc473


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc473


Comments

No comments written yet.

Please login to write comment.