Color spaces of #afabe6
RGB | 175 | 171 | 230 |
---|---|---|---|
HSL | 0.68 | 0.54 | 0.79 |
HSV | 244° | 26° | 90° |
CMYK | 0.24 | 0.26 | 0.00 0.10 |
XYZ | 46.5250 | 43.9530 | 80.8945 |
Yxy | 43.9530 | 0.2715 | 0.2565 |
Hunter Lab | 66.2971 | 9.2453 | -25.9367 |
CIE-Lab | 72.1971 | 13.8914 | -29.0769 |
#afabe6 color RGB value is (175,171,230).
#afabe6 hex color red value is 175, green value is 171 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #afabe6 hue: 0.68 , saturation: 0.54 and the lightness value of afabe6 is 0.79.
The process color (four color CMYK) of #afabe6 color hex is 0.24, 0.26, 0.00, 0.10. Web safe color of #afabe6 is #9999ff. Color #afabe6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101011 | 11100110 |
Octal | 257 | 253 | 346 |
Decimal | 175 | 171 | 230 |
Hex | AF | AB | E6 |
Shades of #afabe6
Tints of #afabe6
RGB Percentages of Color #afabe6
CMYK Percentages of Color #afabe6
Complementary Color
#afabe6 | #e2e6ab |
#afabe6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afabe6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#afabe6 Color CSS Codes
.mybgcolor {background-color:#afabe6; } .myforecolor {color:#afabe6; } .mybordercolor {border:3px solid #afabe6; }
#afabe6 Text Font Color
<p style="color:#afabe6">Text here</p>
This sample text font color is #afabe6
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.
#afabe6 Background Color
<div style="background-color:#afabe6">
Div content here</div>
This div background color is #afabe6
#afabe6 Border Color
<div style="border:3px solid #afabe6">
Div here</div>
This div border color is #afabe6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,171,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afabe6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afabe6; -webkit-box-shadow: 1px 1px 3px 2px #afabe6; box-shadow: 1px 1px 3px 2px #afabe6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,171,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afabe6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afabe6; -webkit-box-shadow: 1px 1px 3px 2px #afabe6; box-shadow: 1px 1px 3px 2px #afabe6;">
Div content here</div>
This div box has shadow with color #afabe6
Comments
No comments written yet.
Please login to write comment.