Color Hex Logo

#acc65f Color Hex

#ACC65F
(172,198,95)
0 Favorites   0 Comments

Color spaces of #acc65f

RGB 17219895
HSL0.210.470.57
HSV75°52°78°
CMYK 0.130.000.52   0.22
XYZ39.272949.985018.4047
Yxy49.98500.36480.4643
Hunter Lab70.7001-24.570934.0556
CIE-Lab76.0601-24.400448.1418

#acc65f color RGB value is (172,198,95).

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

The process color (four color CMYK) of #acc65f color hex is 0.13, 0.00, 0.52, 0.22. Web safe color of #acc65f is #99cc66. Color #acc65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 01011111
Octal 254 306 137
Decimal 172 198 95
Hex AC C6 5F

RGB Percentages of Color #acc65f

%36.99
%42.58
%20.43

CMYK Percentages of Color #acc65f

%13
%0
%52
%22

Triadic Colors of #acc65f

#acc65f #5facc6 #c65fac

Analogous Colors of #acc65f

#acc65f #79c65f #c6ad5f

Monochromatic Colors of #acc65f

#acc65f

Complementary Color

#acc65f #795fc6

#acc65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc65f Color CSS Codes

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

#acc65f Text Font Color

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

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


#acc65f Background Color

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

This div background color is #acc65f


#acc65f Border Color

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

This div border color is #acc65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc65f


Comments

No comments written yet.

Please login to write comment.