Color spaces of #a4accb
RGB | 164 | 172 | 203 |
---|---|---|---|
HSL | 0.63 | 0.27 | 0.72 |
HSV | 228° | 19° | 80° |
CMYK | 0.19 | 0.15 | 0.00 0.20 |
XYZ | 40.8419 | 41.7094 | 62.3980 |
Yxy | 41.7094 | 0.2818 | 0.2878 |
Hunter Lab | 64.5828 | -0.1373 | -12.0763 |
CIE-Lab | 70.6701 | 3.7269 | -16.6932 |
#a4accb color RGB value is (164,172,203).
#a4accb hex color red value is 164, green value is 172 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a4accb hue: 0.63 , saturation: 0.27 and the lightness value of a4accb is 0.72.
The process color (four color CMYK) of #a4accb color hex is 0.19, 0.15, 0.00, 0.20. Web safe color of #a4accb is #9999cc. Color #a4accb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10101100 | 11001011 |
Octal | 244 | 254 | 313 |
Decimal | 164 | 172 | 203 |
Hex | A4 | AC | CB |
Shades of #a4accb
Tints of #a4accb
RGB Percentages of Color #a4accb
CMYK Percentages of Color #a4accb
Complementary Color
#a4accb | #cbc3a4 |
#a4accb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4accb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4accb Color CSS Codes
.mybgcolor {background-color:#a4accb; } .myforecolor {color:#a4accb; } .mybordercolor {border:3px solid #a4accb; }
#a4accb Text Font Color
<p style="color:#a4accb">Text here</p>
This sample text font color is #a4accb
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.
#a4accb Background Color
<div style="background-color:#a4accb">
Div content here</div>
This div background color is #a4accb
#a4accb Border Color
<div style="border:3px solid #a4accb">
Div here</div>
This div border color is #a4accb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,172,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4accb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4accb; -webkit-box-shadow: 1px 1px 3px 2px #a4accb; box-shadow: 1px 1px 3px 2px #a4accb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,172,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 #a4accb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4accb; -webkit-box-shadow: 1px 1px 3px 2px #a4accb; box-shadow: 1px 1px 3px 2px #a4accb;">
Div content here</div>
This div box has shadow with color #a4accb
Comments
No comments written yet.
Please login to write comment.