Color spaces of #afafec
RGB | 175 | 175 | 236 |
---|---|---|---|
HSL | 0.67 | 0.62 | 0.81 |
HSV | 240° | 26° | 93° |
CMYK | 0.26 | 0.26 | 0.00 0.07 |
XYZ | 48.1495 | 45.8300 | 85.6652 |
Yxy | 45.8300 | 0.2680 | 0.2551 |
Hunter Lab | 67.6979 | 8.4853 | -27.6374 |
CIE-Lab | 73.4351 | 13.0891 | -30.4355 |
#afafec color RGB value is (175,175,236).
#afafec hex color red value is 175, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #afafec hue: 0.67 , saturation: 0.62 and the lightness value of afafec is 0.81.
The process color (four color CMYK) of #afafec color hex is 0.26, 0.26, 0.00, 0.07. Web safe color of #afafec is #9999ff. Color #afafec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 10101111 | 11101100 |
Octal | 257 | 257 | 354 |
Decimal | 175 | 175 | 236 |
Hex | AF | AF | EC |
Shades of #afafec
Tints of #afafec
RGB Percentages of Color #afafec
CMYK Percentages of Color #afafec
Complementary Color
#afafec | #ececaf |
#afafec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afafec Color Preview on White Background
Lorem ipsum dolor sit amet.
#afafec Color CSS Codes
.mybgcolor {background-color:#afafec; } .myforecolor {color:#afafec; } .mybordercolor {border:3px solid #afafec; }
#afafec Text Font Color
<p style="color:#afafec">Text here</p>
This sample text font color is #afafec
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.
#afafec Background Color
<div style="background-color:#afafec">
Div content here</div>
This div background color is #afafec
#afafec Border Color
<div style="border:3px solid #afafec">
Div here</div>
This div border color is #afafec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,175,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afafec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afafec; -webkit-box-shadow: 1px 1px 3px 2px #afafec; box-shadow: 1px 1px 3px 2px #afafec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,175,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afafec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afafec; -webkit-box-shadow: 1px 1px 3px 2px #afafec; box-shadow: 1px 1px 3px 2px #afafec;">
Div content here</div>
This div box has shadow with color #afafec
Comments
No comments written yet.
Please login to write comment.