Color spaces of #ae99bd
RGB | 174 | 153 | 189 |
---|---|---|---|
HSL | 0.76 | 0.21 | 0.67 |
HSV | 275° | 19° | 74° |
CMYK | 0.08 | 0.19 | 0.00 0.26 |
XYZ | 38.0321 | 35.4553 | 52.9832 |
Yxy | 35.4553 | 0.3007 | 0.2803 |
Hunter Lab | 59.5444 | 9.8087 | -11.0758 |
CIE-Lab | 66.1016 | 14.5598 | -15.7554 |
#ae99bd color RGB value is (174,153,189).
#ae99bd hex color red value is 174, green value is 153 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ae99bd hue: 0.76 , saturation: 0.21 and the lightness value of ae99bd is 0.67.
The process color (four color CMYK) of #ae99bd color hex is 0.08, 0.19, 0.00, 0.26. Web safe color of #ae99bd is #9999cc. Color #ae99bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10011001 | 10111101 |
Octal | 256 | 231 | 275 |
Decimal | 174 | 153 | 189 |
Hex | AE | 99 | BD |
Shades of #ae99bd
Tints of #ae99bd
RGB Percentages of Color #ae99bd
CMYK Percentages of Color #ae99bd
Complementary Color
#ae99bd | #a8bd99 |
#ae99bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae99bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae99bd Color CSS Codes
.mybgcolor {background-color:#ae99bd; } .myforecolor {color:#ae99bd; } .mybordercolor {border:3px solid #ae99bd; }
#ae99bd Text Font Color
<p style="color:#ae99bd">Text here</p>
This sample text font color is #ae99bd
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.
#ae99bd Background Color
<div style="background-color:#ae99bd">
Div content here</div>
This div background color is #ae99bd
#ae99bd Border Color
<div style="border:3px solid #ae99bd">
Div here</div>
This div border color is #ae99bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,153,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae99bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae99bd; -webkit-box-shadow: 1px 1px 3px 2px #ae99bd; box-shadow: 1px 1px 3px 2px #ae99bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,153,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 #ae99bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae99bd; -webkit-box-shadow: 1px 1px 3px 2px #ae99bd; box-shadow: 1px 1px 3px 2px #ae99bd;">
Div content here</div>
This div box has shadow with color #ae99bd
Comments
No comments written yet.
Please login to write comment.