Color spaces of #afaee4
RGB | 175 | 174 | 228 |
---|---|---|---|
HSL | 0.67 | 0.50 | 0.79 |
HSV | 241° | 24° | 89° |
CMYK | 0.23 | 0.24 | 0.00 0.11 |
XYZ | 46.8188 | 44.9875 | 79.6146 |
Yxy | 44.9875 | 0.2731 | 0.2624 |
Hunter Lab | 67.0727 | 7.2212 | -23.4257 |
CIE-Lab | 72.8837 | 11.7597 | -26.9327 |
#afaee4 color RGB value is (175,174,228).
#afaee4 hex color red value is 175, green value is 174 and the blue value of its RGB is 228. Cylindrical-coordinate representations (also known as HSL) of color #afaee4 hue: 0.67 , saturation: 0.50 and the lightness value of afaee4 is 0.79.
The process color (four color CMYK) of #afaee4 color hex is 0.23, 0.24, 0.00, 0.11. Web safe color of #afaee4 is #9999cc. Color #afaee4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101110 | 11100100 |
Octal | 257 | 256 | 344 |
Decimal | 175 | 174 | 228 |
Hex | AF | AE | E4 |
Shades of #afaee4
Tints of #afaee4
RGB Percentages of Color #afaee4
CMYK Percentages of Color #afaee4
Complementary Color
#afaee4 | #e3e4ae |
#afaee4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afaee4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afaee4 Color CSS Codes
.mybgcolor {background-color:#afaee4; } .myforecolor {color:#afaee4; } .mybordercolor {border:3px solid #afaee4; }
#afaee4 Text Font Color
<p style="color:#afaee4">Text here</p>
This sample text font color is #afaee4
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.
#afaee4 Background Color
<div style="background-color:#afaee4">
Div content here</div>
This div background color is #afaee4
#afaee4 Border Color
<div style="border:3px solid #afaee4">
Div here</div>
This div border color is #afaee4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,174,228, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afaee4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afaee4; -webkit-box-shadow: 1px 1px 3px 2px #afaee4; box-shadow: 1px 1px 3px 2px #afaee4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,174,228, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afaee4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afaee4; -webkit-box-shadow: 1px 1px 3px 2px #afaee4; box-shadow: 1px 1px 3px 2px #afaee4;">
Div content here</div>
This div box has shadow with color #afaee4
Comments
No comments written yet.
Please login to write comment.