Color spaces of #acabe1
RGB | 172 | 171 | 225 |
---|---|---|---|
HSL | 0.67 | 0.47 | 0.78 |
HSV | 241° | 24° | 88° |
CMYK | 0.24 | 0.24 | 0.00 0.12 |
XYZ | 45.1668 | 43.3327 | 77.2177 |
Yxy | 43.3327 | 0.2726 | 0.2615 |
Hunter Lab | 65.8276 | 7.2774 | -23.4696 |
CIE-Lab | 71.7802 | 11.8158 | -27.0086 |
#acabe1 color RGB value is (172,171,225).
#acabe1 hex color red value is 172, green value is 171 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #acabe1 hue: 0.67 , saturation: 0.47 and the lightness value of acabe1 is 0.78.
The process color (four color CMYK) of #acabe1 color hex is 0.24, 0.24, 0.00, 0.12. Web safe color of #acabe1 is #9999cc. Color #acabe1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 10101011 | 11100001 |
Octal | 254 | 253 | 341 |
Decimal | 172 | 171 | 225 |
Hex | AC | AB | E1 |
Shades of #acabe1
Tints of #acabe1
RGB Percentages of Color #acabe1
CMYK Percentages of Color #acabe1
Complementary Color
#acabe1 | #e0e1ab |
#acabe1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#acabe1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#acabe1 Color CSS Codes
.mybgcolor {background-color:#acabe1; } .myforecolor {color:#acabe1; } .mybordercolor {border:3px solid #acabe1; }
#acabe1 Text Font Color
<p style="color:#acabe1">Text here</p>
This sample text font color is #acabe1
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.
#acabe1 Background Color
<div style="background-color:#acabe1">
Div content here</div>
This div background color is #acabe1
#acabe1 Border Color
<div style="border:3px solid #acabe1">
Div here</div>
This div border color is #acabe1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,171,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #acabe1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #acabe1; -webkit-box-shadow: 1px 1px 3px 2px #acabe1; box-shadow: 1px 1px 3px 2px #acabe1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,171,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #acabe1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #acabe1; -webkit-box-shadow: 1px 1px 3px 2px #acabe1; box-shadow: 1px 1px 3px 2px #acabe1;">
Div content here</div>
This div box has shadow with color #acabe1
Comments
No comments written yet.
Please login to write comment.