Color Hex Logo

#acc592 Color Hex

#ACC592
(172,197,146)
0 Favorites   0 Comments

Color spaces of #acc592

RGB 172197146
HSL0.250.310.67
HSV89°26°77°
CMYK 0.130.000.26   0.23
XYZ42.167850.778534.7729
Yxy50.77850.33020.3976
Hunter Lab71.2590-19.075320.9491
CIE-Lab76.5446-17.554822.8529

#acc592 color RGB value is (172,197,146).

#acc592 hex color red value is 172, green value is 197 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #acc592 hue: 0.25 , saturation: 0.31 and the lightness value of acc592 is 0.67.

The process color (four color CMYK) of #acc592 color hex is 0.13, 0.00, 0.26, 0.23. Web safe color of #acc592 is #99cc99. Color #acc592 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 10010010
Octal 254 305 222
Decimal 172 197 146
Hex AC C5 92

RGB Percentages of Color #acc592

%33.40
%38.25
%28.35

CMYK Percentages of Color #acc592

%13
%0
%26
%23

Triadic Colors of #acc592

#acc592 #92acc5 #c592ac

Analogous Colors of #acc592

#acc592 #93c592 #c5c592

Monochromatic Colors of #acc592

#acc592

Complementary Color

#acc592 #ab92c5

#acc592 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc592 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc592 Color CSS Codes

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

#acc592 Text Font Color

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

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


#acc592 Background Color

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

This div background color is #acc592


#acc592 Border Color

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

This div border color is #acc592


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc592


Comments

No comments written yet.

Please login to write comment.