Color Hex Logo

#acc358 Color Hex

#ACC358
(172,195,88)
0 Favorites   0 Comments

Color spaces of #acc358

RGB 17219588
HSL0.200.470.55
HSV73°55°76°
CMYK 0.120.000.55   0.24
XYZ38.289848.505516.5769
Yxy48.50550.37040.4692
Hunter Lab69.6459-23.744934.6401
CIE-Lab75.1426-23.579850.3491

#acc358 color RGB value is (172,195,88).

#acc358 hex color red value is 172, green value is 195 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #acc358 hue: 0.20 , saturation: 0.47 and the lightness value of acc358 is 0.55.

The process color (four color CMYK) of #acc358 color hex is 0.12, 0.00, 0.55, 0.24. Web safe color of #acc358 is #99cc66. Color #acc358 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 01011000
Octal 254 303 130
Decimal 172 195 88
Hex AC C3 58

RGB Percentages of Color #acc358

%37.80
%42.86
%19.34

CMYK Percentages of Color #acc358

%12
%0
%55
%24

Triadic Colors of #acc358

#acc358 #58acc3 #c358ac

Analogous Colors of #acc358

#acc358 #77c358 #c3a558

Monochromatic Colors of #acc358

#acc358

Complementary Color

#acc358 #6f58c3

#acc358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc358 Color CSS Codes

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

#acc358 Text Font Color

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

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


#acc358 Background Color

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

This div background color is #acc358


#acc358 Border Color

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

This div border color is #acc358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc358


Comments

No comments written yet.

Please login to write comment.