Color Hex Logo

#acc698 Color Hex

#ACC698
(172,198,152)
0 Favorites   0 Comments

Color spaces of #acc698

RGB 172198152
HSL0.260.290.69
HSV94°23°78°
CMYK 0.130.000.23   0.22
XYZ42.874851.425837.3722
Yxy51.42580.32560.3906
Hunter Lab71.7118-18.774619.2996
CIE-Lab76.9362-17.123220.2032

#acc698 color RGB value is (172,198,152).

#acc698 hex color red value is 172, green value is 198 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #acc698 hue: 0.26 , saturation: 0.29 and the lightness value of acc698 is 0.69.

The process color (four color CMYK) of #acc698 color hex is 0.13, 0.00, 0.23, 0.22. Web safe color of #acc698 is #99cc99. Color #acc698 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000110 10011000
Octal 254 306 230
Decimal 172 198 152
Hex AC C6 98

RGB Percentages of Color #acc698

%32.95
%37.93
%29.12

CMYK Percentages of Color #acc698

%13
%0
%23
%22

Triadic Colors of #acc698

#acc698 #98acc6 #c698ac

Analogous Colors of #acc698

#acc698 #98c69b #c3c698

Monochromatic Colors of #acc698

#acc698

Complementary Color

#acc698 #b298c6

#acc698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc698 Color CSS Codes

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

#acc698 Text Font Color

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

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


#acc698 Background Color

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

This div background color is #acc698


#acc698 Border Color

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

This div border color is #acc698


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc698


Comments

No comments written yet.

Please login to write comment.