Color Hex Logo

#acc472 Color Hex

#ACC472
(172,196,114)
0 Favorites   0 Comments

Color spaces of #acc472

RGB 172196114
HSL0.220.410.61
HSV78°42°77°
CMYK 0.120.000.42   0.23
XYZ39.790449.465423.3702
Yxy49.46540.35330.4392
Hunter Lab70.3316-22.093329.5309
CIE-Lab75.7399-21.392038.4255

#acc472 color RGB value is (172,196,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000100 01110010
Octal 254 304 162
Decimal 172 196 114
Hex AC C4 72

RGB Percentages of Color #acc472

%35.68
%40.66
%23.65

CMYK Percentages of Color #acc472

%12
%0
%42
%23

Triadic Colors of #acc472

#acc472 #72acc4 #c472ac

Analogous Colors of #acc472

#acc472 #83c472 #c4b372

Monochromatic Colors of #acc472

#acc472

Complementary Color

#acc472 #8a72c4

#acc472 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc472 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc472 Color CSS Codes

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

#acc472 Text Font Color

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

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


#acc472 Background Color

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

This div background color is #acc472


#acc472 Border Color

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

This div border color is #acc472


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc472


Comments

No comments written yet.

Please login to write comment.