Color Hex Logo

#acc355 Color Hex

#ACC355
(172,195,85)
0 Favorites   0 Comments

Color spaces of #acc355

RGB 17219585
HSL0.200.480.55
HSV73°56°76°
CMYK 0.120.000.56   0.24
XYZ38.168148.456715.9357
Yxy48.45670.37220.4725
Hunter Lab69.6108-23.946235.1546
CIE-Lab75.1121-23.839751.6915

#acc355 color RGB value is (172,195,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 01010101
Octal 254 303 125
Decimal 172 195 85
Hex AC C3 55

RGB Percentages of Color #acc355

%38.05
%43.14
%18.81

CMYK Percentages of Color #acc355

%12
%0
%56
%24

Triadic Colors of #acc355

#acc355 #55acc3 #c355ac

Analogous Colors of #acc355

#acc355 #75c355 #c3a355

Monochromatic Colors of #acc355

#acc355

Complementary Color

#acc355 #6c55c3

#acc355 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc355 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc355 Color CSS Codes

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

#acc355 Text Font Color

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

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


#acc355 Background Color

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

This div background color is #acc355


#acc355 Border Color

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

This div border color is #acc355


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc355


Comments

No comments written yet.

Please login to write comment.