Color Hex Logo

#acc98e Color Hex

#ACC98E
(172,201,142)
0 Favorites   0 Comments

Color spaces of #acc98e

RGB 172201142
HSL0.250.350.67
HSV89°29°79°
CMYK 0.140.000.29   0.21
XYZ42.782452.496933.4692
Yxy52.49690.33230.4077
Hunter Lab72.4547-21.396823.3303
CIE-Lab77.5770-20.160926.3631

#acc98e color RGB value is (172,201,142).

#acc98e hex color red value is 172, green value is 201 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #acc98e hue: 0.25 , saturation: 0.35 and the lightness value of acc98e is 0.67.

The process color (four color CMYK) of #acc98e color hex is 0.14, 0.00, 0.29, 0.21. Web safe color of #acc98e is #99cc99. Color #acc98e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 10001110
Octal 254 311 216
Decimal 172 201 142
Hex AC C9 8E

RGB Percentages of Color #acc98e

%33.40
%39.03
%27.57

CMYK Percentages of Color #acc98e

%14
%0
%29
%21

Triadic Colors of #acc98e

#acc98e #8eacc9 #c98eac

Analogous Colors of #acc98e

#acc98e #8fc98e #c9c98e

Monochromatic Colors of #acc98e

#acc98e

Complementary Color

#acc98e #ab8ec9

#acc98e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc98e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc98e Color CSS Codes

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

#acc98e Text Font Color

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

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


#acc98e Background Color

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

This div background color is #acc98e


#acc98e Border Color

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

This div border color is #acc98e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc98e


Comments

No comments written yet.

Please login to write comment.