Color spaces of #afa4ea
RGB | 175 | 164 | 234 |
---|---|---|---|
HSL | 0.69 | 0.63 | 0.78 |
HSV | 249° | 30° | 92° |
CMYK | 0.25 | 0.30 | 0.00 0.08 |
XYZ | 45.8059 | 41.6054 | 83.4583 |
Yxy | 41.6054 | 0.2681 | 0.2435 |
Hunter Lab | 64.5022 | 13.8818 | -31.5627 |
CIE-Lab | 70.5980 | 18.7432 | -33.7277 |
#afa4ea color RGB value is (175,164,234).
#afa4ea hex color red value is 175, green value is 164 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #afa4ea hue: 0.69 , saturation: 0.63 and the lightness value of afa4ea is 0.78.
The process color (four color CMYK) of #afa4ea color hex is 0.25, 0.30, 0.00, 0.08. Web safe color of #afa4ea is #9999ff. Color #afa4ea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10100100 | 11101010 |
Octal | 257 | 244 | 352 |
Decimal | 175 | 164 | 234 |
Hex | AF | A4 | EA |
Shades of #afa4ea
Tints of #afa4ea
RGB Percentages of Color #afa4ea
CMYK Percentages of Color #afa4ea
Complementary Color
#afa4ea | #dfeaa4 |
#afa4ea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afa4ea Color Preview on White Background
Lorem ipsum dolor sit amet.
#afa4ea Color CSS Codes
.mybgcolor {background-color:#afa4ea; } .myforecolor {color:#afa4ea; } .mybordercolor {border:3px solid #afa4ea; }
#afa4ea Text Font Color
<p style="color:#afa4ea">Text here</p>
This sample text font color is #afa4ea
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.
#afa4ea Background Color
<div style="background-color:#afa4ea">
Div content here</div>
This div background color is #afa4ea
#afa4ea Border Color
<div style="border:3px solid #afa4ea">
Div here</div>
This div border color is #afa4ea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,164,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afa4ea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afa4ea; -webkit-box-shadow: 1px 1px 3px 2px #afa4ea; box-shadow: 1px 1px 3px 2px #afa4ea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,164,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afa4ea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afa4ea; -webkit-box-shadow: 1px 1px 3px 2px #afa4ea; box-shadow: 1px 1px 3px 2px #afa4ea;">
Div content here</div>
This div box has shadow with color #afa4ea
Comments
No comments written yet.
Please login to write comment.