Color spaces of #ae96bd
RGB | 174 | 150 | 189 |
---|---|---|---|
HSL | 0.77 | 0.23 | 0.66 |
HSV | 277° | 21° | 74° |
CMYK | 0.08 | 0.21 | 0.00 0.26 |
XYZ | 37.5472 | 34.4855 | 52.8215 |
Yxy | 34.4855 | 0.3007 | 0.2762 |
Hunter Lab | 58.7244 | 11.3618 | -12.2232 |
CIE-Lab | 65.3461 | 16.2437 | -16.8978 |
#ae96bd color RGB value is (174,150,189).
#ae96bd hex color red value is 174, green value is 150 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae96bd hue: 0.77 , saturation: 0.23 and the lightness value of ae96bd is 0.66.
The process color (four color CMYK) of #ae96bd color hex is 0.08, 0.21, 0.00, 0.26. Web safe color of #ae96bd is #9999cc. Color #ae96bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10010110 | 10111101 |
Octal | 256 | 226 | 275 |
Decimal | 174 | 150 | 189 |
Hex | AE | 96 | BD |
Shades of #ae96bd
Tints of #ae96bd
RGB Percentages of Color #ae96bd
CMYK Percentages of Color #ae96bd
Complementary Color
#ae96bd | #a5bd96 |
#ae96bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae96bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae96bd Color CSS Codes
.mybgcolor {background-color:#ae96bd; } .myforecolor {color:#ae96bd; } .mybordercolor {border:3px solid #ae96bd; }
#ae96bd Text Font Color
<p style="color:#ae96bd">Text here</p>
This sample text font color is #ae96bd
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.
#ae96bd Background Color
<div style="background-color:#ae96bd">
Div content here</div>
This div background color is #ae96bd
#ae96bd Border Color
<div style="border:3px solid #ae96bd">
Div here</div>
This div border color is #ae96bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,150,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae96bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae96bd; -webkit-box-shadow: 1px 1px 3px 2px #ae96bd; box-shadow: 1px 1px 3px 2px #ae96bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,150,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae96bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae96bd; -webkit-box-shadow: 1px 1px 3px 2px #ae96bd; box-shadow: 1px 1px 3px 2px #ae96bd;">
Div content here</div>
This div box has shadow with color #ae96bd
Comments
No comments written yet.
Please login to write comment.