Color Hex Logo

#acc98b Color Hex

#ACC98B
(172,201,139)
0 Favorites   0 Comments

Color spaces of #acc98b

RGB 172201139
HSL0.240.360.67
HSV88°31°79°
CMYK 0.140.000.31   0.21
XYZ42.560152.408032.2987
Yxy52.40800.33440.4118
Hunter Lab72.3934-21.748224.2228
CIE-Lab77.5242-20.597927.8642

#acc98b color RGB value is (172,201,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 10001011
Octal 254 311 213
Decimal 172 201 139
Hex AC C9 8B

RGB Percentages of Color #acc98b

%33.59
%39.26
%27.15

CMYK Percentages of Color #acc98b

%14
%0
%31
%21

Triadic Colors of #acc98b

#acc98b #8bacc9 #c98bac

Analogous Colors of #acc98b

#acc98b #8dc98b #c9c78b

Monochromatic Colors of #acc98b

#acc98b

Complementary Color

#acc98b #a88bc9

#acc98b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc98b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc98b Color CSS Codes

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

#acc98b Text Font Color

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

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


#acc98b Background Color

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

This div background color is #acc98b


#acc98b Border Color

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

This div border color is #acc98b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc98b


Comments

No comments written yet.

Please login to write comment.