Color spaces of #accc98
RGB | 172 | 204 | 152 |
---|---|---|---|
HSL | 0.27 | 0.34 | 0.70 |
HSV | 97° | 25° | 80° |
CMYK | 0.16 | 0.00 | 0.25 0.20 |
XYZ | 44.2736 | 54.2234 | 37.8385 |
Yxy | 54.2234 | 0.3247 | 0.3977 |
Hunter Lab | 73.6365 | -21.5417 | 21.0791 |
CIE-Lab | 78.5918 | -20.1337 | 22.4777 |
#accc98 color RGB value is (172,204,152).
#accc98 hex color red value is 172, green value is 204 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #accc98 hue: 0.27 , saturation: 0.34 and the lightness value of accc98 is 0.70.
The process color (four color CMYK) of #accc98 color hex is 0.16, 0.00, 0.25, 0.20. Web safe color of #accc98 is #99cc99. Color #accc98 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001100 | 10011000 |
Octal | 254 | 314 | 230 |
Decimal | 172 | 204 | 152 |
Hex | AC | CC | 98 |
Shades of #accc98
Tints of #accc98
RGB Percentages of Color #accc98
CMYK Percentages of Color #accc98
Complementary Color
#accc98 | #b898cc |
#accc98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#accc98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#accc98 Color CSS Codes
.mybgcolor {background-color:#accc98; } .myforecolor {color:#accc98; } .mybordercolor {border:3px solid #accc98; }
#accc98 Text Font Color
<p style="color:#accc98">Text here</p>
This sample text font color is #accc98
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.
#accc98 Background Color
<div style="background-color:#accc98">
Div content here</div>
This div background color is #accc98
#accc98 Border Color
<div style="border:3px solid #accc98">
Div here</div>
This div border color is #accc98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,204,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #accc98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #accc98; -webkit-box-shadow: 1px 1px 3px 2px #accc98; box-shadow: 1px 1px 3px 2px #accc98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,204,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 #accc98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #accc98; -webkit-box-shadow: 1px 1px 3px 2px #accc98; box-shadow: 1px 1px 3px 2px #accc98;">
Div content here</div>
This div box has shadow with color #accc98
Comments
No comments written yet.
Please login to write comment.