Color spaces of #ae9bcb
RGB | 174 | 155 | 203 |
---|---|---|---|
HSL | 0.73 | 0.32 | 0.70 |
HSV | 264° | 24° | 80° |
CMYK | 0.14 | 0.24 | 0.00 0.20 |
XYZ | 39.9564 | 36.7532 | 61.4881 |
Yxy | 36.7532 | 0.2891 | 0.2659 |
Hunter Lab | 60.6244 | 11.5532 | -17.6976 |
CIE-Lab | 67.0915 | 16.4054 | -22.0519 |
#ae9bcb color RGB value is (174,155,203).
#ae9bcb hex color red value is 174, green value is 155 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ae9bcb hue: 0.73 , saturation: 0.32 and the lightness value of ae9bcb is 0.70.
The process color (four color CMYK) of #ae9bcb color hex is 0.14, 0.24, 0.00, 0.20. Web safe color of #ae9bcb is #9999cc. Color #ae9bcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10011011 | 11001011 |
Octal | 256 | 233 | 313 |
Decimal | 174 | 155 | 203 |
Hex | AE | 9B | CB |
Shades of #ae9bcb
Tints of #ae9bcb
RGB Percentages of Color #ae9bcb
CMYK Percentages of Color #ae9bcb
Complementary Color
#ae9bcb | #b8cb9b |
#ae9bcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae9bcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae9bcb Color CSS Codes
.mybgcolor {background-color:#ae9bcb; } .myforecolor {color:#ae9bcb; } .mybordercolor {border:3px solid #ae9bcb; }
#ae9bcb Text Font Color
<p style="color:#ae9bcb">Text here</p>
This sample text font color is #ae9bcb
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.
#ae9bcb Background Color
<div style="background-color:#ae9bcb">
Div content here</div>
This div background color is #ae9bcb
#ae9bcb Border Color
<div style="border:3px solid #ae9bcb">
Div here</div>
This div border color is #ae9bcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,155,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae9bcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae9bcb; -webkit-box-shadow: 1px 1px 3px 2px #ae9bcb; box-shadow: 1px 1px 3px 2px #ae9bcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,155,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 #ae9bcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae9bcb; -webkit-box-shadow: 1px 1px 3px 2px #ae9bcb; box-shadow: 1px 1px 3px 2px #ae9bcb;">
Div content here</div>
This div box has shadow with color #ae9bcb
Comments
No comments written yet.
Please login to write comment.