Color spaces of #accccb
RGB | 172 | 204 | 203 |
---|---|---|---|
HSL | 0.49 | 0.24 | 0.74 |
HSV | 178° | 16° | 80° |
CMYK | 0.16 | 0.00 | 0.00 0.20 |
XYZ | 49.3856 | 56.2682 | 64.7579 |
Yxy | 56.2682 | 0.2898 | 0.3302 |
Hunter Lab | 75.0121 | -13.7525 | 1.3235 |
CIE-Lab | 79.7662 | -10.8182 | -3.0787 |
#accccb color RGB value is (172,204,203).
#accccb hex color red value is 172, green value is 204 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #accccb hue: 0.49 , saturation: 0.24 and the lightness value of accccb is 0.74.
The process color (four color CMYK) of #accccb color hex is 0.16, 0.00, 0.00, 0.20. Web safe color of #accccb is #99cccc. Color #accccb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 11001100 | 11001011 |
Octal | 254 | 314 | 313 |
Decimal | 172 | 204 | 203 |
Hex | AC | CC | CB |
Shades of #accccb
Tints of #accccb
RGB Percentages of Color #accccb
CMYK Percentages of Color #accccb
Complementary Color
#accccb | #ccacad |
#accccb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#accccb Color Preview on White Background
Lorem ipsum dolor sit amet.
#accccb Color CSS Codes
.mybgcolor {background-color:#accccb; } .myforecolor {color:#accccb; } .mybordercolor {border:3px solid #accccb; }
#accccb Text Font Color
<p style="color:#accccb">Text here</p>
This sample text font color is #accccb
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.
#accccb Background Color
<div style="background-color:#accccb">
Div content here</div>
This div background color is #accccb
#accccb Border Color
<div style="border:3px solid #accccb">
Div here</div>
This div border color is #accccb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,204,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #accccb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #accccb; -webkit-box-shadow: 1px 1px 3px 2px #accccb; box-shadow: 1px 1px 3px 2px #accccb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,204,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #accccb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #accccb; -webkit-box-shadow: 1px 1px 3px 2px #accccb; box-shadow: 1px 1px 3px 2px #accccb;">
Div content here</div>
This div box has shadow with color #accccb
Comments
No comments written yet.
Please login to write comment.