Color Hex Logo

#acc35a Color Hex

#ACC35A
(172,195,90)
0 Favorites   0 Comments

Color spaces of #acc35a

RGB 17219590
HSL0.200.470.56
HSV73°54°76°
CMYK 0.120.000.54   0.24
XYZ38.373848.539117.0193
Yxy48.53910.36920.4670
Hunter Lab69.6700-23.605834.2854
CIE-Lab75.1637-23.400749.4437

#acc35a color RGB value is (172,195,90).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 01011010
Octal 254 303 132
Decimal 172 195 90
Hex AC C3 5A

RGB Percentages of Color #acc35a

%37.64
%42.67
%19.69

CMYK Percentages of Color #acc35a

%12
%0
%54
%24

Triadic Colors of #acc35a

#acc35a #5aacc3 #c35aac

Analogous Colors of #acc35a

#acc35a #78c35a #c3a65a

Monochromatic Colors of #acc35a

#acc35a

Complementary Color

#acc35a #715ac3

#acc35a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc35a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc35a Color CSS Codes

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

#acc35a Text Font Color

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

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


#acc35a Background Color

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

This div background color is #acc35a


#acc35a Border Color

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

This div border color is #acc35a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc35a


Comments

No comments written yet.

Please login to write comment.