Color Hex Logo

#acc75e Color Hex

#ACC75E
(172,199,94)
0 Favorites   0 Comments

Color spaces of #acc75e

RGB 17219994
HSL0.210.480.57
HSV75°53°78°
CMYK 0.140.000.53   0.22
XYZ39.457150.425718.2432
Yxy50.42570.36490.4664
Hunter Lab71.0111-25.086334.4758
CIE-Lab76.3298-24.981948.9313

#acc75e color RGB value is (172,199,94).

#acc75e hex color red value is 172, green value is 199 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #acc75e hue: 0.21 , saturation: 0.48 and the lightness value of acc75e is 0.57.

The process color (four color CMYK) of #acc75e color hex is 0.14, 0.00, 0.53, 0.22. Web safe color of #acc75e is #99cc66. Color #acc75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000111 01011110
Octal 254 307 136
Decimal 172 199 94
Hex AC C7 5E

RGB Percentages of Color #acc75e

%36.99
%42.80
%20.22

CMYK Percentages of Color #acc75e

%14
%0
%53
%22

Triadic Colors of #acc75e

#acc75e #5eacc7 #c75eac

Analogous Colors of #acc75e

#acc75e #78c75e #c7ae5e

Monochromatic Colors of #acc75e

#acc75e

Complementary Color

#acc75e #795ec7

#acc75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc75e Color CSS Codes

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

#acc75e Text Font Color

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

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


#acc75e Background Color

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

This div background color is #acc75e


#acc75e Border Color

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

This div border color is #acc75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc75e


Comments

No comments written yet.

Please login to write comment.